1
0
Fork 0
mirror of synced 2024-05-26 20:11:13 -04:00
dotbot/pyproject.toml
2022-01-30 18:53:05 -05:00

13 lines
117 B
TOML

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