From 87b3df9803e28c7a6031e15434e18406fd9bc415 Mon Sep 17 00:00:00 2001 From: Greyson Lalonde Date: Wed, 6 May 2026 02:20:05 +0800 Subject: [PATCH] fix(ci): scope mypy exclude to lib/cli templates and tests --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41c53e69a..bcec74657 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: language: system pass_filenames: true types: [python] - exclude: ^(lib/crewai/src/crewai/cli/templates/|lib/cli/|lib/crewai/tests/|lib/crewai-tools/tests/|lib/crewai-files/tests/|lib/devtools/tests/) + exclude: ^(lib/crewai/src/crewai/cli/templates/|lib/cli/src/crewai_cli/templates/|lib/cli/tests/|lib/crewai/tests/|lib/crewai-tools/tests/|lib/crewai-files/tests/|lib/devtools/tests/) - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.11.3 hooks: