Skip to content

Commit fca5bd1

Browse files
chore(deps): Bump pre-commit hooks (#4)
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/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a0258d6 commit fca5bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: check-added-large-files # Prevent giant files from being committed
1212
args: ['--maxkb=1500']
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: reuse
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.5
29+
rev: v2.3.0
3030
hooks:
3131
- id: codespell
3232
- repo: https://github.com/Scony/godot-gdscript-toolkit

0 commit comments

Comments
 (0)