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
12
.flake8
Normal file
12
.flake8
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[flake8]
|
||||
max-line-length = 80
|
||||
select = C,E,F,W,B,B950
|
||||
ignore = E501,W503,E203
|
||||
exclude =
|
||||
.git
|
||||
build
|
||||
dist
|
||||
venv
|
||||
docs
|
||||
*.egg-info
|
||||
experiment.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue