git-tidy-python/pyproject.toml

14 lines
151 B
TOML
Raw Normal View History

2023-01-26 07:43:08 +02:00
[tool.black]
line-length = 120
include = '\.pyi?$'
exclude ='''
/(
| \.git
| \.mypy_cache
)/
'''
[tool.isort]
profile = "black"
line_length = 120