Skip to content

Commit

Permalink
Ignore B024 flake-bugbear warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Sep 2, 2022
1 parent d8e63da commit e5201c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
@@ -1,6 +1,10 @@
[flake8]
max-line-length = 99
ignore = E731, E402, W504, N818
ignore =
E402, # module level import at file top. https://www.flake8rules.com/rules/E402.html
W504, # line break after binary operator. https://www.flake8rules.com/rules/W504.html
N818, # error suffix in exception names
B024 # abstract base class with no abstract methods. https://github.com/PyCQA/flake8-bugbear/issues/278

[isort]
line_length=99
Expand Down

0 comments on commit e5201c3

Please sign in to comment.