Skip to content

Commit 0348f54

Browse files
committed
fix pyproject.toml
1 parent 7588308 commit 0348f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ warn_return_any = false
3131
disallow_untyped_decorators = false
3232

3333
exclude = [
34-
'^pymunk\examples\.*$', # exclude examples from type checking
34+
'^pymunk/examples/.*$', # exclude examples from type checking
3535
]
3636

3737

38-
[mypy-pymunk.util]
38+
[tool.mypy-pymunk.util]
3939
# This is not typed
4040
disallow_untyped_defs = false
4141
check_untyped_defs = false

0 commit comments

Comments
 (0)