From 9d68ee36ba5062a7af19a43dbf0a5bd30e9d8ed0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:59:23 +0000 Subject: [PATCH] chore(deps): Bump pre-commit hooks 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/Scony/godot-gdscript-toolkit: 4.3.0 → 4.3.3](https://github.com/Scony/godot-gdscript-toolkit/compare/4.3.0...4.3.3) --- .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 af39d80..d0582a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files # Prevent giant files from being committed args: ['--maxkb=1500'] @@ -30,7 +30,7 @@ repos: hooks: - id: codespell - repo: https://github.com/Scony/godot-gdscript-toolkit - rev: 4.3.0 + rev: 4.3.3 hooks: - id: gdformat exclude: '^addons/gd-plug/'