Skip to content

Commit c0b87ab

Browse files
committed
update pre-commit
1 parent 1bdba2f commit c0b87ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -15,29 +15,29 @@ repos:
1515
# We use the Python version instead of the original version which seems to require Docker
1616
# https://github.com/koalaman/shellcheck-precommit
1717
- repo: https://github.com/shellcheck-py/shellcheck-py
18-
rev: v0.9.0.6
18+
rev: v0.10.0.1
1919
hooks:
2020
- id: shellcheck
2121
name: shellcheck
2222
args: ["--severity=warning"]
2323
stages: [manual]
2424

2525
- repo: https://github.com/sirosen/check-jsonschema
26-
rev: 0.29.4
26+
rev: 0.31.0
2727
hooks:
2828
- id: check-github-workflows
2929
args: ["--verbose"]
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: "v2.2.6"
32+
rev: "v2.3.0"
3333
hooks:
3434
- id: codespell
3535
args: ["-L", "nd"]
3636
stages: [manual]
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
3939
# Ruff version.
40-
rev: v0.8.5
40+
rev: v0.9.1
4141
hooks:
4242
# Run the linter.
4343
- id: ruff

0 commit comments

Comments
 (0)