mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
13 lines
167 B
Text
13 lines
167 B
Text
|
|
[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
|