mirror of
https://codeberg.org/james-smith-za/git-tidy-python.git
synced 2026-01-15 11:19:24 +02:00
13 lines
151 B
TOML
13 lines
151 B
TOML
[tool.black]
|
|
line-length = 120
|
|
include = '\.pyi?$'
|
|
exclude ='''
|
|
/(
|
|
| \.git
|
|
| \.mypy_cache
|
|
)/
|
|
'''
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
line_length = 120
|