mumui/pyproject.toml
2023-09-21 15:04:05 +02:00

18 lines
232 B
TOML

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