11 lines
174 B
TOML
11 lines
174 B
TOML
[tool.black]
|
|
line-length = 127
|
|
target-version = ['py313']
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
line_length = 127
|
|
|
|
[tool.mypy]
|
|
python_version = "3.13"
|
|
ignore_missing_imports = true |