diff --git a/setup.cfg b/setup.cfg index 1342753d6ef45af0637241cdedd837380ca52496..512924240ea5f744029e9dd0395769ca66267ca1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,3 @@ [flake8] -ignore = E126,E127,E128,E123,E226,E241,E242,E265,W503 +ignore = E126,E127,E128,E123,E226,E241,E242,E265,W503,E402 max-line-length=85