diff --git a/tox.ini b/tox.ini index 8b9b7ed9ebd..0b09dfefb2c 100644 --- a/tox.ini +++ b/tox.ini @@ -8,9 +8,6 @@ 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,