Skip to content

Commit

Permalink
Exclude vendored packages from mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Dec 17, 2020
1 parent a643ab0 commit 0e3567a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ log_cli_level = 20
[flake8]
exclude =
_vendor

[mypy-auditwheel/_vendor/*]
follow_imports = skip
ignore_errors = True

0 comments on commit 0e3567a

Please sign in to comment.