diff --git a/setup.cfg b/setup.cfg index e645cdd1a83db27370d574e44f7e6c0e752fab36..306f4ba5260d3fa5ac302545d36a03353cf3fdd4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [pycodestyle] -ignore = E126,E402 +ignore = E126,E402,E731