mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-20 13:28:13 +00:00
chore: Relax mypy to not run on tests dir for now
This commit is contained in:
@@ -11,4 +11,6 @@ repos:
|
||||
rev: v1.17.1
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: ["--config-file", "pyproject.toml"]
|
||||
args: ["--strict", "--exclude", "src/crewai/cli/templates"]
|
||||
files: ^src/
|
||||
exclude: ^tests/
|
||||
|
||||
Reference in New Issue
Block a user