diff --git a/tox.ini b/tox.ini index dde2e50b10..74a042a9b8 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ commands = flake8 {posargs} # Run bashate during pep8 runs to ensure violations are caught by # the check and gate queues. - bashate -i E006 \ + bashate -i E006,E042,E043 \ tools/enable-pre-commit-hook.sh \ contrib/ci/pre_test_hook.sh \ contrib/ci/post_test_hook.sh \