Skip to content

Commit 0ac292b

Browse files
authored
Merge pull request #71 from jet-net/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 82ef2d2 + 4f53a34 commit 0ac292b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: ".*key"
77

88
repos:
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 24.1.1
10+
rev: 24.3.0
1111
hooks:
1212
- id: black-jupyter
1313
language_version: python3
@@ -50,7 +50,7 @@ repos:
5050
args: [--prose-wrap=preserve]
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.2.0"
53+
rev: "v0.3.5"
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--show-fixes"]
@@ -71,7 +71,7 @@ repos:
7171
types_or: [python, rst, markdown]
7272

7373
- repo: https://github.com/shellcheck-py/shellcheck-py
74-
rev: "v0.9.0.6"
74+
rev: "v0.10.0.1"
7575
hooks:
7676
- id: shellcheck
7777

@@ -81,7 +81,7 @@ repos:
8181
- id: validate-pyproject
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.27.4
84+
rev: 0.28.1
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)