pyproject.toml 169 Bytes
Newer Older
[tool.black]
# Automatically ignore files in .gitignore (opened at this time):
# https://github.com/ambv/black/issues/475
exclude = '''
/(
      \.pyc
    | venv
)/
'''