telegram_media_downloader/pyproject.toml
2020-12-12 23:18:31 +01:00

22 lines
347 B
TOML

[tool.black]
line-length = 79
target-version = ['py36', 'py37', 'py38']
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| bin
| lib
| include
)/
)
'''