Files
2021-11-10 20:57:01 +00:00

12 lines
98 B
TOML

[tool.black]
line-length = 79
exclude = '''
(
\.git
| \.tox
| venv
| build
| dist
)
'''