[lint] fix flake8 errors (#125)

This commit is contained in:
Hongji Wang 2023-03-11 13:10:08 +08:00 committed by GitHub
parent 846524fc8c
commit 85350c38a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ ignore =
# to line this up with executable bit # to line this up with executable bit
EXE001, EXE001,
# these ignores are from flake8-bugbear; please fix! # these ignores are from flake8-bugbear; please fix!
B007,B008, B007,B008,B905,
# these ignores are from flake8-comprehensions; please fix! # these ignores are from flake8-comprehensions; please fix!
C400,C401,C402,C403,C404,C405,C407,C411,C413,C414,C415 C400,C401,C402,C403,C404,C405,C407,C411,C413,C414,C415
exclude = exclude =