Skip to content

Commit

Permalink
Ignore numpy / pandas / scipy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Aug 31, 2020
1 parent 59ba9e3 commit 60b126e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions python/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@

[mypy-pyspark.cloudpickle.*]
ignore_errors = True

[mypy-py4j.*]
ignore_missing_imports = True

[mypy-numpy]
ignore_missing_imports = True

[mypy-scipy.*]
ignore_missing_imports = True

[mypy-pandas.*]
ignore_missing_imports = True

[mypy-pyarrow]
ignore_missing_imports = True

0 comments on commit 60b126e

Please sign in to comment.