mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2024-11-10 08:52:53 +08:00
22 lines
No EOL
347 B
TOML
22 lines
No EOL
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
|
|
)/
|
|
)
|
|
''' |