Plex-Bot-Music/pyproject.toml

20 lines
288 B
TOML
Raw Permalink Normal View History

2020-07-23 00:17:16 +02:00
[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
)/