Skip to content

Commit 467eb5c

Browse files
[pre-commit.ci] pre-commit autoupdate
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 → v3.0.2](fsfe/reuse-tool@v2.0.0...v3.0.2) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
1 parent 228eee2 commit 467eb5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files # Prevent giant files from being committed
66
args: ['--maxkb=1500']
@@ -16,11 +16,11 @@ repos:
1616
- id: mixed-line-ending # Consistent LF or CRLF
1717
- id: trailing-whitespace # No trailing whitespace
1818
- repo: https://github.com/fsfe/reuse-tool
19-
rev: v2.0.0
19+
rev: v3.0.2
2020
hooks:
2121
- id: reuse
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.5
23+
rev: v2.2.6
2424
hooks:
2525
- id: codespell
2626
- repo: https://github.com/Scony/godot-gdscript-toolkit

0 commit comments

Comments
 (0)