git-tidy-python/pyproject.toml
2023-01-26 07:43:08 +02:00

14 lines
151 B
TOML

[tool.black]
line-length = 120
include = '\.pyi?$'
exclude ='''
/(
| \.git
| \.mypy_cache
)/
'''
[tool.isort]
profile = "black"
line_length = 120