10 lines
169 B
TOML
10 lines
169 B
TOML
|
[tool.black]
|
||
|
# Automatically ignore files in .gitignore (opened at this time):
|
||
|
# https://github.com/ambv/black/issues/475
|
||
|
exclude = '''
|
||
|
/(
|
||
|
\.pyc
|
||
|
| venv
|
||
|
)/
|
||
|
'''
|