Skip to content

Commit

Permalink
Turn off flake8-bugbear check 038 becuase it gave false positives.
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 16, 2024
1 parent b20a39c commit 54b21b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ignore=
; suggests using f"{!r}" instead of manual quotes (flake8-bugbear)
; Doesn't work at 3.7
B028
; Broken in two cases https://github.com/PyCQA/flake8-bugbear/issues/451
B038

exclude=
build,
Expand Down

0 comments on commit 54b21b0

Please sign in to comment.