mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
feat: merge latest changes from crewAI main into packages/crewai
- Merged upstream changes from crewAI main branch - Resolved conflicts in pyproject.toml - Fixed mypy import issue in qdrant factory - Updated pre-commit mypy configuration for monorepo structure
This commit is contained in:
@@ -15,7 +15,7 @@ repos:
|
||||
files: ^(packages/crewai/src/|packages/tools/src/).*\.py$
|
||||
- id: mypy
|
||||
name: mypy
|
||||
entry: uv run mypy src --exclude cli/templates
|
||||
entry: uv run mypy
|
||||
language: system
|
||||
types: [python]
|
||||
exclude: ^(packages/.*/tests/|packages/crewai/src/crewai/cli/templates/)
|
||||
|
||||
Reference in New Issue
Block a user