fix: add ConfigDict for Pydantic model_config and ClassVar annotations

This commit is contained in:
Greyson LaLonde
2025-09-19 00:44:33 -04:00
parent eca9077590
commit 82cb72ea41
221 changed files with 2365 additions and 2202 deletions

View File

@@ -89,6 +89,8 @@ ignore = [
"**/*_test.py" = ["S101"] # Allow assert statements in test files
"**/test_*.py" = ["S101"] # Allow assert statements in test files
"**/__init__.py" = ["F401"] # Allow unused imports in __init__ files (re-exports)
"packages/crewai/src/crewai/cli/*.py" = ["S603"] # Allow subprocess calls in CLI tools with hardcoded commands
"packages/crewai/src/crewai/experimental/evaluation/**/*.py" = ["S101", "S110", "PERF401"] # Allow asserts and exceptions in evaluation metrics
[tool.pytest.ini_options]
testpaths = [