Skip to content

Commit

Permalink
whitelisted more packages used by the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Feb 1, 2020
1 parent bde09cd commit a4db777
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ flake8:
.PHONY: mypy
mypy:
mypy -p eagerpy
mypy tests/

.PHONY: install
install:
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ warn_unreachable = True
ignore_missing_imports = False
disallow_any_unimported = True

[mypy-numpy]
[mypy-numpy.*]
ignore_missing_imports = True

[mypy-jax]
[mypy-jax.*]
ignore_missing_imports = True

[mypy-jax.numpy]
[mypy-tensorflow]
ignore_missing_imports = True

[mypy-tensorflow]
[mypy-pytest]
ignore_missing_imports = True

[tool:pytest]
Expand Down

0 comments on commit a4db777

Please sign in to comment.