diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8678bb1..e146fdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_schedule: quarterly skip: [eslint] -default_stages: [commit] +default_stages: [pre-commit] default_install_hook_types: [pre-commit, commit-msg] @@ -37,7 +37,7 @@ repos: args: [--config-file, .github/yamllint.yml] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint # MD013: line too long @@ -51,10 +51,10 @@ repos: - id: codespell exclude: ^site/src/sites.yml$ args: [--ignore-words-list, 'ons,linz', --check-filenames] - stages: [commit, commit-msg] + stages: [pre-commit, commit-msg] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.15.0 + rev: v9.17.0 hooks: - id: eslint types: [file]