From 947ac9e25a588507c2e56472d460a665d50e061c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:32:43 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.42.0...v0.43.0) - [github.com/pre-commit/mirrors-eslint: v9.15.0 → v9.17.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.15.0...v9.17.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]