diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18abe15..9e09225 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -26,12 +26,12 @@ repos: entry: make build language: system always_run: true - stages: [commit] + stages: [pre-commit] pass_filenames: false - id: make-test name: make test entry: make test language: system always_run: true - stages: [commit] + stages: [pre-commit] pass_filenames: false