Skip to content

Commit 57e06df

Browse files
chore: update pre-commit hooks (#21)
updates: - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [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/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) - [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) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a91e939 commit 57e06df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/adamchainz/blacken-docs
8-
rev: "1.19.1"
8+
rev: "1.20.0"
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==24.*]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v5.0.0"
14+
rev: "v6.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -34,14 +34,14 @@ repos:
3434
- id: rst-inline-touching-normal
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.12.2"
37+
rev: "v0.13.3"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
4141
- id: ruff-format
4242

4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: "v1.16.1"
44+
rev: "v1.18.2"
4545
hooks:
4646
- id: mypy
4747
files: src|tests
@@ -55,7 +55,7 @@ repos:
5555
- id: codespell
5656

5757
- repo: https://github.com/shellcheck-py/shellcheck-py
58-
rev: "v0.10.0.1"
58+
rev: "v0.11.0.1"
5959
hooks:
6060
- id: shellcheck
6161

@@ -74,7 +74,7 @@ repos:
7474
# additional_dependencies: ["validate-pyproject-schema-store[all]"]
7575

7676
- repo: https://github.com/python-jsonschema/check-jsonschema
77-
rev: "0.33.2"
77+
rev: "0.34.0"
7878
hooks:
7979
- id: check-dependabot
8080
- id: check-github-workflows

0 commit comments

Comments
 (0)