authens/pyproject.toml
2020-06-13 18:27:23 +02:00

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
)/
'''