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