Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Sep 7, 2024
1 parent 7588308 commit 0348f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ warn_return_any = false
disallow_untyped_decorators = false

exclude = [
'^pymunk\examples\.*$', # exclude examples from type checking
'^pymunk/examples/.*$', # exclude examples from type checking
]


[mypy-pymunk.util]
[tool.mypy-pymunk.util]
# This is not typed
disallow_untyped_defs = false
check_untyped_defs = false

0 comments on commit 0348f54

Please sign in to comment.