diff --git a/setup.cfg b/setup.cfg index c47123ad..8b32c62f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,5 +28,8 @@ addopts = --junitxml=test-reports/junit.xml --html=tests/reports/index.html [pycodestyle] -ignore = E231 +count = False +ignore = W191,W291,W293,E231 +max-line-length = 160 +statistics = False