Skip to content

Commit f82ff6e

Browse files
committed
Fix validation tests.
1 parent c2f9cc8 commit f82ff6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ addopts =
99

1010
[flake8]
1111
count = True
12-
ignore = E203,W503
12+
ignore = E203,W503,E704
1313
max-complexity = 26
1414
max-line-length = 127
1515
show-source = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'validate': [
8383
'flake8',
8484
'mypy',
85-
'types-pkg-resources',
85+
'types-setuptools',
8686
],
8787
}
8888

0 commit comments

Comments
 (0)