diff --git a/pyproject.toml b/pyproject.toml index 6fa2b6a..0f7389d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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