From a3f48633793caa5bb8ab4f7489ed7676fcc738bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:49:26 +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.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/google/keep-sorted: v0.4.0 → v0.5.1](https://github.com/google/keep-sorted/compare/v0.4.0...v0.5.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 009327c3..22ce1b11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ # $ pre-commit run --all-files repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # keep-sorted start - id: check-executables-have-shebangs @@ -43,6 +43,6 @@ repos: hooks: - id: codespell - repo: https://github.com/google/keep-sorted - rev: v0.4.0 + rev: v0.5.1 hooks: - id: keep-sorted