Files
kiauh/pyproject.toml
2023-10-29 00:31:34 +02:00

14 lines
171 B
TOML

[tool.black]
line-length = 88
target-version = ['py38']
include = '\.pyi?$'
exclude = '''
(
\.git/
| \.github/
| docs/
| resources/
| scripts/
)
'''