From 42aed9ca33d145fba0f2b70eb8e58f7b80ea8680 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 12 Sep 2024 16:50:20 -0400 Subject: [PATCH] Fix validation tests. --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', ], }