From ad54b34be5c318ab6d2bf57a31a9e93032c46991 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:26:38 +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/pre-commit/pre-commit-hooks.git: v4.1.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.1.0...v5.0.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.3.0) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.5.1...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-eslint: v8.7.0 → v9.17.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.7.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 fc62dcb..02624eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: minimum_pre_commit_version: 2.9.0 # types_or repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.1.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -27,7 +27,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.3.0 hooks: - id: codespell exclude: > @@ -36,11 +36,11 @@ repos: )$ - repo: https://github.com/pre-commit/mirrors-prettier # keep it before markdownlint and eslint - rev: "v2.5.1" + rev: "v4.0.0-alpha.8" hooks: - id: prettier - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.7.0 + rev: v9.17.0 hooks: - id: eslint args: