Skip to content

Commit 7b83a0f

Browse files
ci: pre-commit auto-update
updates: - [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/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 df938a5 commit 7b83a0f

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.8
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
@@ -24,7 +24,7 @@ repos:
2424
# additional_dependencies: ["dateparser", "types-dateparser"]
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v5.0.0
27+
rev: v6.0.0
2828
hooks:
2929
- id: check-added-large-files
3030
- id: check-ast
@@ -54,6 +54,6 @@ repos:
5454
additional_dependencies: ["poetry"]
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

0 commit comments

Comments
 (0)