diff --git a/tox.ini b/tox.ini index 46c760b..e3d5ff8 100644 --- a/tox.ini +++ b/tox.ini @@ -29,4 +29,4 @@ commands = {posargs} [flake8] exclude = .venv,.tox,dist,doc,*.egg show-source = true -ignore = E123,E125,E128 \ No newline at end of file +ignore = E123,E125 \ No newline at end of file