mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add Black and Flake8
This commit is contained in:
parent
5b9d82f1ca
commit
7c51b1a7d7
124 changed files with 5841 additions and 3772 deletions
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[tool.black]
|
||||
line-length = 99
|
||||
target-version = ['py37', 'py38']
|
||||
exclude = '''
|
||||
(
|
||||
/(
|
||||
\.eggs
|
||||
| \.git
|
||||
| \.tox
|
||||
| build
|
||||
| dist
|
||||
| venv
|
||||
| docs
|
||||
)/
|
||||
| foo.py
|
||||
)
|
||||
'''
|
||||
Loading…
Add table
Add a link
Reference in a new issue