Skip to content

Commit

Permalink
Fix validation tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Sep 12, 2024
1 parent c2f9cc8 commit f82ff6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'validate': [
'flake8',
'mypy',
'types-pkg-resources',
'types-setuptools',
],
}

Expand Down

0 comments on commit f82ff6e

Please sign in to comment.