diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c3d5a4c..4557caf0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,5 @@ repos: - langchain_anthropic - langchain_openai - langchain_google_genai - - pytest - - pytest_mock - files: ^(src/controlflow/llm/models.py|tests/llm/test_models.py)$ + files: ^(src/controlflow/llm/models.py)$ args: [--strict] \ No newline at end of file