diff --git a/setup.cfg b/setup.cfg index e299fa9..31f59ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,4 +20,4 @@ format=pylint max-complexity = 25 max-line-length = 126 exclude = .git,__pycache__,venv,tests/ -ignore = E402, E124, W503 +ignore = E402, E124, W503, W504