mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2024-12-28 17:51:03 +08:00
add: toml file for black formatter config
This commit is contained in:
parent
eab306ca2e
commit
fb7b6f0dcb
1 changed files with 21 additions and 0 deletions
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
[tool.black]
|
||||
line-length = 79
|
||||
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
|
||||
)/
|
||||
)
|
||||
'''
|
Loading…
Reference in a new issue