Skip to content

Commit 28922f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.2...v0.10.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.8.4](astral-sh/ruff-pre-commit@v0.5.5...v0.8.4)
1 parent 88a8df8 commit 28922f5

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.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: [--maxkb=8192]
@@ -13,13 +13,13 @@ repos:
1313
- id: trailing-whitespace
1414
exclude: "tests/cis_tests/.*"
1515
- repo: https://github.com/shellcheck-py/shellcheck-py
16-
rev: v0.9.0.2
16+
rev: v0.10.0.1
1717
hooks:
1818
- id: shellcheck
1919
# follow sources even when they aren't specified on the command line
2020
args: ['--external-sources']
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.5.5
22+
rev: v0.8.4
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)