Skip to content

Commit

Permalink
ignore missing z3 stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrenault committed Dec 13, 2024
1 parent fce54b4 commit 5e7966e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ known-first-party = ["advent"]
[tool.mypy]
files = ["advent"]
exclude = ["templates"]

[[tool.mypy.overrides]]
module = "z3.*"
ignore_missing_imports = true

0 comments on commit 5e7966e

Please sign in to comment.