Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ follow_imports = normal
strict = False
no_incremental = True

[mypy-Cython.*]
ignore_missing_imports = True

[mypy-docker.*]
ignore_missing_imports = True

Expand All @@ -22,5 +25,8 @@ ignore_missing_imports = True
[mypy-pyspark.*]
ignore_missing_imports = True

[mypy-setuptools.*]
ignore_missing_imports = True

[mypy-tensorflow.*]
ignore_missing_imports = True