Skip to content

Commit 6b7d9b0

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.4.1](astral-sh/ruff-pre-commit@v0.1.14...v0.4.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.2](python-jsonschema/check-jsonschema@0.27.3...0.28.2)
1 parent 6c026b8 commit 6b7d9b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
additional_dependencies: [black==23.*]
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: "v4.5.0"
13+
rev: "v4.6.0"
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-case-conflict
@@ -33,21 +33,21 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: "v3.1.0"
36+
rev: "v4.0.0-alpha.8"
3737
hooks:
3838
- id: prettier
3939
types_or: [yaml, markdown, html, css, scss, javascript, json]
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.1.14"
43+
rev: "v0.4.1"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
4747
- id: ruff-format
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.8.0"
50+
rev: "v1.9.0"
5151
hooks:
5252
- id: mypy
5353
files: src|tests
@@ -61,7 +61,7 @@ repos:
6161
- id: codespell
6262

6363
- repo: https://github.com/shellcheck-py/shellcheck-py
64-
rev: "v0.9.0.6"
64+
rev: "v0.10.0.1"
6565
hooks:
6666
- id: shellcheck
6767

@@ -80,7 +80,7 @@ repos:
8080
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8181

8282
- repo: https://github.com/python-jsonschema/check-jsonschema
83-
rev: "0.27.3"
83+
rev: "0.28.2"
8484
hooks:
8585
- id: check-dependabot
8686
- id: check-github-workflows

0 commit comments

Comments
 (0)