Skip to content

Commit

Permalink
Reapply flake8-bugbear settings
Browse files Browse the repository at this point in the history
Wow, that was quick! PyCQA/flake8-bugbear#208
already fixed!
  • Loading branch information
Mischback committed Nov 29, 2021
1 parent 151c2c3 commit da6f7c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ ignore =
W503,
# line length (of code) is handled by black
E501,
# As of 2021-11-28 there is a bug in flake8-bugbear (#208)
B018

per-file-ignores =
tests/interfaces/*.py:D,
Expand Down

0 comments on commit da6f7c9

Please sign in to comment.