We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228eee2 commit 467eb5cCopy full SHA for 467eb5c
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
- id: check-added-large-files # Prevent giant files from being committed
6
args: ['--maxkb=1500']
@@ -16,11 +16,11 @@ repos:
16
- id: mixed-line-ending # Consistent LF or CRLF
17
- id: trailing-whitespace # No trailing whitespace
18
- repo: https://github.com/fsfe/reuse-tool
19
- rev: v2.0.0
+ rev: v3.0.2
20
21
- id: reuse
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.2.5
+ rev: v2.2.6
24
25
- id: codespell
26
- repo: https://github.com/Scony/godot-gdscript-toolkit
0 commit comments