From c8a2dc070a4c80cf12fc3a34338d16f4a00777d0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:07:40 +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: v4.2.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v5.0.0) - [github.com/jorisroovers/gitlint: v0.17.0 → v0.19.1](https://github.com/jorisroovers/gitlint/compare/v0.17.0...v0.19.1) - [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/JohnnyMorganz/StyLua: v0.13.1 → v2.0.2](https://github.com/JohnnyMorganz/StyLua/compare/v0.13.1...v2.0.2) - [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.43.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.31.1...v0.43.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3981f03..cda6549 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: check-added-large-files @@ -16,16 +16,16 @@ repos: exclude: '^tests/.*\.vim' args: ["--fix=no"] - repo: https://github.com/jorisroovers/gitlint - rev: v0.17.0 + rev: v0.19.1 hooks: - id: gitlint args: ["--ignore=body-is-missing", "--contrib=contrib-title-conventional-commits", "--msg-filename"] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.3.0 hooks: - id: codespell - repo: https://github.com/JohnnyMorganz/StyLua - rev: v0.13.1 + rev: v2.0.2 hooks: - id: stylua - repo: local @@ -36,7 +36,7 @@ repos: language: fail files: '[a-z0-9_/]*[^a-z0-9_/]+[a-z0-9_]*\.lua$' - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.31.1 + rev: v0.43.0 hooks: - id: markdownlint args: