Skip to content

Commit

Permalink
chore(deps): Bump pre-commit hooks (#15)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/Scony/godot-gdscript-toolkit: 4.3.0 → 4.3.3](Scony/godot-gdscript-toolkit@4.3.0...4.3.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2024
1 parent ffb0b01 commit 369d8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand All @@ -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/'
Expand Down

0 comments on commit 369d8a7

Please sign in to comment.