diff --git a/setup.cfg b/setup.cfg index 18bfdd41e7f..d3225e77b76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +[pycodestyle] +ignore = W503 +max-line-length = 95 + [flake8] ignore = F405 D999 W503 max-line-length = 95