From b0ee8cf699d1d0782a7094c4f533cec5dc4a9f8a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 19:06:29 +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 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.1.0...v4.4.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.4) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v2.5.1...v3.0.0-alpha.9-for-vscode) - [github.com/pre-commit/mirrors-eslint: v8.7.0 → v8.40.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.7.0...v8.40.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..258aa4b 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: v4.4.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.2.4 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: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.7.0 + rev: v8.40.0 hooks: - id: eslint args: