mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
20 lines
288 B
TOML
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
|
||
|
)/
|