mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-15 11:08:33 +00:00
chore: remove lib/crewai exclusion from pre-commit hooks
This commit is contained in:
@@ -4,18 +4,22 @@ repos:
|
||||
- id: ruff
|
||||
name: ruff
|
||||
entry: uv run ruff check
|
||||
args: ["--config", "pyproject.toml", "."]
|
||||
language: system
|
||||
pass_filenames: false
|
||||
types: [python]
|
||||
exclude: ^lib/crewai/
|
||||
- id: ruff-format
|
||||
name: ruff-format
|
||||
entry: uv run ruff format
|
||||
args: ["--config", "pyproject.toml", "."]
|
||||
language: system
|
||||
pass_filenames: false
|
||||
types: [python]
|
||||
exclude: ^lib/crewai/
|
||||
- id: mypy
|
||||
name: mypy
|
||||
entry: uv run mypy
|
||||
args: ["--config-file", "pyproject.toml", "."]
|
||||
language: system
|
||||
pass_filenames: false
|
||||
types: [python]
|
||||
exclude: ^lib/crewai/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user