Skip to content

Commit

Permalink
Turn off broken flake8-bugbear rule B018 (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Nov 29, 2021
1 parent a8127f9 commit d3cc63b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ignore=
W504
; `.next()` is not a thing on Python 3 (it is for TaskActionTimer)
B305
; useless expression (re-enable when
; https://github.com/PyCQA/flake8-bugbear/issues/208 fixed)
B018
exclude=
build,
dist,
Expand Down

0 comments on commit d3cc63b

Please sign in to comment.