Skip to content

Commit

Permalink
Stop excluding numpy from mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Jan 20, 2022
1 parent 30a27b9 commit ff8cdc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ python_version = 3.6
[mypy-holidays]
ignore_missing_imports = True

[mypy-numpy]
ignore_missing_imports = True

[mypy-openrouteservice]
ignore_missing_imports = True

Expand Down

0 comments on commit ff8cdc3

Please sign in to comment.