mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
17 lines
437 B
YAML
17 lines
437 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.12.11
|
|
hooks:
|
|
- id: ruff
|
|
args: ["--config", "pyproject.toml"]
|
|
- id: ruff-format
|
|
args: ["--config", "pyproject.toml"]
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.17.1
|
|
hooks:
|
|
- id: mypy
|
|
args: ["--strict", "--exclude", "src/crewai/cli/templates"]
|
|
files: ^src/
|
|
exclude: ^tests/
|