Skip to content

Commit 363bb10

Browse files
ci: pre-commit auto-update
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.9](astral-sh/ruff-pre-commit@v0.12.7...v0.12.9) - [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/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 878a61f commit 363bb10

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
@@ -7,7 +7,7 @@ ci:
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.7
10+
rev: v0.12.9
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
@@ -23,7 +23,7 @@ repos:
2323
- id: mypy
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: check-added-large-files
2929
- id: check-ast
@@ -53,6 +53,6 @@ repos:
5353
additional_dependencies: ["poetry"]
5454

5555
- repo: https://github.com/shellcheck-py/shellcheck-py
56-
rev: v0.10.0.1
56+
rev: v0.11.0.1
5757
hooks:
5858
- id: shellcheck

0 commit comments

Comments
 (0)