13 lines
142 B
TOML
13 lines
142 B
TOML
[tool.black]
|
|
line-length = 120
|
|
target-version = ['py39']
|
|
exclude = '''
|
|
(
|
|
/(
|
|
\.eggs
|
|
| \.git
|
|
| \.tox
|
|
| migrations
|
|
)
|
|
)
|
|
'''
|