mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
12 lines
167 B
INI
12 lines
167 B
INI
[flake8]
|
|
max-line-length = 99
|
|
select = C,E,F,W,B,B950
|
|
ignore = E501,W503,E203
|
|
exclude =
|
|
.git
|
|
build
|
|
dist
|
|
venv
|
|
docs
|
|
*.egg-info
|
|
experiment.py
|