diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ad3c2323f..963d353175 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,9 @@ repos: hooks: - id: ruff-check args: [ --fix ] + stages: [pre-commit] - id: ruff-format + stages: [pre-commit] - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v9.22.0 hooks: