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 88a8df8 commit 28922f5Copy full SHA for 28922f5
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
args: [--maxkb=8192]
@@ -13,13 +13,13 @@ repos:
13
- id: trailing-whitespace
14
exclude: "tests/cis_tests/.*"
15
- repo: https://github.com/shellcheck-py/shellcheck-py
16
- rev: v0.9.0.2
+ rev: v0.10.0.1
17
18
- id: shellcheck
19
# follow sources even when they aren't specified on the command line
20
args: ['--external-sources']
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.5.5
+ rev: v0.8.4
23
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
0 commit comments