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