1
0
Fork 0
mirror of synced 2024-05-24 11:10:32 -04:00
dotbot/pyproject.toml

13 lines
117 B
TOML
Raw Permalink Normal View History

2022-01-30 18:48:30 -05:00
[tool.black]
line-length = 100
exclude = '''
/(
\.git
| \.github
| .*\.egg-info
| build
| dist
| lib
)/
'''