telegram_media_downloader/pyproject.toml

22 lines
347 B
TOML
Raw Normal View History

[tool.black]
line-length = 79
2020-12-13 06:18:31 +08:00
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
)/
)
'''