2021-12-29 01:19:58 +08:00
|
|
|
[flake8]
|
2022-11-01 23:24:13 +08:00
|
|
|
extend-ignore =
|
2022-12-03 22:06:01 +08:00
|
|
|
# E722 Do not use bare except, specify exception instead
|
|
|
|
E722,
|
|
|
|
# E402 module level import not at top of file
|
|
|
|
E402,
|
2022-10-29 23:19:09 +08:00
|
|
|
max-line-length = 130
|