diff --git a/pyproject.toml b/pyproject.toml index 3ace067..6eca35f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,3 +101,7 @@ python_version = "3.11" strict = true mypy_path = "." explicit_package_bases = true + +[[tool.mypy.overrides]] +module = "tree_sitter.*" +ignore_missing_imports = true