Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
setuptools doesn't have type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpavlock committed Jul 15, 2020
1 parent 3c02742 commit 171bfa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ ignore_missing_imports = True
[mypy-pytest.*]
# shouldn't need with pytest v6.0
ignore_missing_imports = True

[mypy-setuptools.*]
ignore_missing_imports = True

0 comments on commit 171bfa4

Please sign in to comment.