mirror of
https://gitlab.com/vylion/velascobot.git
synced 2025-04-19 21:46:35 +02:00
5 lines
137 B
INI
5 lines
137 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, F403, F401, E402, E722, C901
|
|
max-line-length = 79
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|