Skip to content

Commit

Permalink
Merge pull request #267 from pyt-team/frantzen-mypy-untyped-import
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamiolane authored Feb 1, 2024
2 parents 7f3c2ef + 663297d commit aa07026
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,9 @@ include = [
warn_redundant_casts = true
warn_unused_ignores = true
show_error_codes = true
disable_error_code = ["import-untyped"]
plugins = "numpy.typing.mypy_plugin"

[[tool.mypy.overrides]]
module = [
"torch_cluster.*","networkx.*","scipy.spatial","scipy.sparse","toponetx.classes.simplicial_complex"
]
ignore_missing_imports = true

[tool.pytest.ini_options]
addopts = "--capture=no"

Expand Down

0 comments on commit aa07026

Please sign in to comment.