Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 10, 2024
1 parent 0895f23 commit 91ff3e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,14 @@ indent-style = "space"
python_version = '3.9'
no_implicit_optional = true
check_untyped_defs = true

exclude = ["api-coverage-tests", "tests"]

[[tool.mypy.overrides]]
# https://github.com/onnx/onnx/issues/4404
module = ["onnxruntime", "ndonnx.array"]
module = ["onnxruntime"]
ignore_missing_imports = true

[tool.pytest.ini_options]
pythonpath = "."
addopts = "--import-mode=importlib --ignore=api-coverage-tests"
testpaths = ["tests"]
exclude = ["docs/"]
Expand Down

0 comments on commit 91ff3e5

Please sign in to comment.