Skip to content

Commit 3ca41bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.5...v0.12.8) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 1da8b4a commit 3ca41bd

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
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies: ["gibberish_detector"]
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
4343
# Ruff version.
44-
rev: 'v0.12.5'
44+
rev: 'v0.12.8'
4545
hooks:
4646
- id: ruff-format
4747
- id: ruff
@@ -61,7 +61,7 @@ repos:
6161
# - types-PyYAML
6262
# - types-requests
6363
- repo: https://github.com/shellcheck-py/shellcheck-py
64-
rev: v0.10.0.1
64+
rev: v0.11.0.1
6565
hooks:
6666
- id: shellcheck
6767
- repo: https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)