10 Zeilen
176 B
TOML
10 Zeilen
176 B
TOML
[tool.black]
|
|
line-length = 140
|
|
|
|
[tool.isort]
|
|
atomic = true
|
|
profile = "black"
|
|
line_length = 140
|
|
|
|
[tool.mypy]
|
|
disable_error_code = ["import-untyped", "no-redef", "attr-defined"]
|