Skip to content

Commit df4e17d

Browse files
authored
Turn off flake8-bugbear check 038 becuase it gave false positives. (#5925)
See PyCQA/flake8-bugbear#451
1 parent b20a39c commit df4e17d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ignore=
1111
; suggests using f"{!r}" instead of manual quotes (flake8-bugbear)
1212
; Doesn't work at 3.7
1313
B028
14+
; Broken in two cases https://github.com/PyCQA/flake8-bugbear/issues/451
15+
B038
1416

1517
exclude=
1618
build,

0 commit comments

Comments
 (0)