relman-auto-nag/pyproject.toml

12 строки
317 B
TOML
Исходник Постоянная ссылка Обычный вид История

2023-04-29 02:13:47 +03:00
[tool.djlint]
profile="jinja"
linter_output_format = "{filename}:{line}: {code} {message} {match}"
# Ignore linting rules that are related to web pages
ignore = "H016,H021,H030,H031"
2024-02-07 05:21:15 +03:00
[tool.ruff]
extend-exclude = ["data", "models", "db", "cache"]
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I", "T10", "CPY"]