Skip to content

Commit e5caaec

Browse files
[pre-commit.ci] pre-commit autoupdate (#2550)
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.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a1712d commit e5caaec

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,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-case-conflict
77
- id: check-merge-conflict
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.7
17+
rev: v0.12.8
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies: *mypy-dependencies
5555

5656
- repo: https://github.com/shellcheck-py/shellcheck-py
57-
rev: v0.10.0.1
57+
rev: v0.11.0.1
5858
hooks:
5959
- id: shellcheck
6060

0 commit comments

Comments
 (0)