Files
Yamtrack/pyproject.toml
2024-03-18 09:32:55 +01:00

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"