Plex-Bot-Music/pyproject.toml
2020-07-22 16:17:16 -06:00

20 lines
288 B
TOML

[tool.black]
py37 = true
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
# The following are specific to Black, you probably don't want those.
| blib2to3
| tests/data
)/