qbit_manage/.flake8
2022-12-03 09:06:01 -05:00

8 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