diff --git a/pyproject.toml b/pyproject.toml index 28a00029f..bf8373b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ no_implicit_reexport = true [tool.pylsp-mypy] enabled = true dmypy = true +exclude = ['kitty_tests/*'] report_progress = true [tool.ruff]