qbit_manage/.flake8
2022-11-01 11:24:13 -04:00

6 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