Skip to content

Commit

Permalink
chore(deps): Bump pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/fsfe/reuse-tool: v2.0.0 → v4.0.3](fsfe/reuse-tool@v2.0.0...v4.0.3)
- [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 8, 2024
1 parent f304882 commit 93f242e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files # Prevent giant files from being committed
args: ['--maxkb=1500']
Expand All @@ -22,11 +22,11 @@ repos:
- id: mixed-line-ending # Consistent LF or CRLF
- id: trailing-whitespace # No trailing whitespace
- repo: https://github.com/fsfe/reuse-tool
rev: v2.0.0
rev: v4.0.3
hooks:
- id: reuse
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/Scony/godot-gdscript-toolkit
Expand Down

0 comments on commit 93f242e

Please sign in to comment.