diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebca55ca1..42b3ae39b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,3 @@ -fail_fast: true repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 @@ -18,7 +17,9 @@ repos: name: ruff check language: system entry: bash -c "uv run ruff check" + types: [file, python] - id: ruff-format name: ruff format language: system - entry: bash -c "uv run ruff format" \ No newline at end of file + entry: bash -c "uv run ruff format" + types: [file, python]