diff --git a/setup.cfg b/setup.cfg index 6deafc2..a1d7c1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ [flake8] max-line-length = 120 +ignore = E203,E226,E701