diff --git a/setup.cfg b/setup.cfg index dfa288524206..dd46edd3aeff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,8 @@ exclude = mypy/codec/* # W503: line break before binary operator # E704: multiple statements on one line (def) # E402: module level import not at top of file -ignore = E251,E128,F401,W601,E701,W503,E704,E402 +# B???: flake8-bugbear errors +ignore = E251,E128,F401,W601,E701,W503,E704,E402,B [coverage:run] branch = true