mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-10 09:32:29 +08:00
7 lines
171 B
INI
Executable file
7 lines
171 B
INI
Executable file
[flake8]
|
|
extend-ignore =
|
|
# E722 Do not use bare except, specify exception instead
|
|
E722,
|
|
# E402 module level import not at top of file
|
|
E402,
|
|
max-line-length = 130
|