Skip to content

Commit

Permalink
exclude type stubs from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchet-temporary committed Dec 17, 2024
1 parent f033e9f commit b2bd2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ files = [
"hatchet_sdk/context/worker_context.py",
"hatchet_sdk/clients/dispatcher/dispatcher.py",
]
exclude="*.pyi"
follow_imports = "silent"
disable_error_code = ["unused-coroutine"]
explicit_package_bases = true
Expand Down

0 comments on commit b2bd2f9

Please sign in to comment.