diff --git a/setup.cfg b/setup.cfg index 5d42015c..5f26578f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ addopts = [flake8] count = True -ignore = E203,W503 +ignore = E203,W503,E704 max-complexity = 26 max-line-length = 127 show-source = True diff --git a/setup.py b/setup.py index 004cbee9..ce46c17d 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ 'validate': [ 'flake8', 'mypy', - 'types-pkg-resources', + 'types-setuptools', ], }