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 4fd1ae5 commit 63a2755Copy full SHA for 63a2755
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ ci:
14
15
repos:
16
- repo: https://github.com/shellcheck-py/shellcheck-py
17
- rev: v0.10.0.1
+ rev: v0.11.0.1
18
hooks:
19
- id: shellcheck
20
args: [ "-x"]
@@ -83,7 +83,7 @@ repos:
83
# exclude: "tests/"
84
85
- repo: https://github.com/pre-commit/pre-commit-hooks
86
- rev: v5.0.0
+ rev: v6.0.0
87
88
- id: check-merge-conflict
89
- id: debug-statements
doc/changelog.d/4170.miscellaneous.md
@@ -0,0 +1 @@
1
+Ci: pre-commit autoupdate
0 commit comments