Skip to content

Commit 8bc3ce3

Browse files
authored
Merge pull request #224 from sandialabs/pre-commit-ci-update-config
ci: pre-commit auto-update
2 parents 878a61f + 363bb10 commit 8bc3ce3

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)