mumui/pyproject.toml

19 lines
266 B
TOML

[tool.black]
line-length = 88
[tool.ruff]
select = ["E", "F"]
ignore = []
exclude = [
".git",
".ruff_cache",
"venv",
"settings.py",
"deployment/migrations/*.py"
]
line-length = 88
target-version = "py310"
[tool.ruff.mccabe]
max-complexity = 10