mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-06-27 22:35:55 +00:00
19 lines
314 B
TOML
19 lines
314 B
TOML
[tool.ruff]
|
|
target-version = "py311"
|
|
extend-exclude = ["migrations"]
|
|
|
|
[tool.ruff.lint]
|
|
select = ["ALL"]
|
|
ignore = ["ANN", "PT", "D100", "D104", "RUF012"]
|
|
|
|
[tool.ruff.lint.pycodestyle]
|
|
max-doc-length = 88
|
|
|
|
[tool.ruff.lint.pydocstyle]
|
|
convention = "pep257"
|
|
|
|
|
|
[tool.djlint]
|
|
preserve_blank_lines = true
|
|
ignore = "H006"
|