Skip to content

Commit

Permalink
mypy can skip that module
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 27, 2025
1 parent 79776e3 commit c8a8d1f
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 @@ -101,3 +101,7 @@ warn_unused_configs = true
warn_redundant_casts = true

disable_error_code = "annotation-unchecked"

[[tool.mypy.overrides]]
module = "_hypothesis_globals.*"
ignore_missing_imports = True

0 comments on commit c8a8d1f

Please sign in to comment.