10 lines
123 B
TOML
10 lines
123 B
TOML
[tool.black]
|
|
line-length = 120
|
|
target-version = ["py312"]
|
|
|
|
[tool.isort]
|
|
line_length = 120
|
|
|
|
[tool.mypy]
|
|
exclude = "storage"
|