9 lines
169 B
TOML
9 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
|
|
)/
|
|
'''
|