mirror of
1
0
Fork 0
dotbot/pyproject.toml

13 lines
117 B
TOML

[tool.black]
line-length = 100
exclude = '''
/(
\.git
| \.github
| .*\.egg-info
| build
| dist
| lib
)/
'''