Files
2024-03-17 18:50:03 +03:00

10 lines
133 B
TOML

[tool.black]
line-length = 79
skip-string-normalization=true
[tool.isort]
order_by_type = false
[tool.mypy]
exclude = "migrations"