Skip to content

Commit 7a14c0d

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [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.11.12 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.12...v0.14.3) - [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.0 → 0.34.1](python-jsonschema/check-jsonschema@0.33.0...0.34.1)
1 parent 6ca12b7 commit 7a14c0d

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
@@ -7,20 +7,20 @@ exclude: ".*key"
77

88
repos:
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 25.1.0
10+
rev: 25.9.0
1111
hooks:
1212
- id: black-jupyter
1313
language_version: python3
1414
args: [--line-length=100]
1515

1616
- repo: https://github.com/adamchainz/blacken-docs
17-
rev: "1.19.1"
17+
rev: "1.20.0"
1818
hooks:
1919
- id: blacken-docs
2020
additional_dependencies: [black==23.*]
2121

2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: "v5.0.0"
23+
rev: "v6.0.0"
2424
hooks:
2525
- id: check-added-large-files
2626
- id: check-case-conflict
@@ -50,7 +50,7 @@ repos:
5050
args: [--prose-wrap=preserve]
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.11.12"
53+
rev: "v0.14.3"
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.10.0.1"
74+
rev: "v0.11.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.33.0
84+
rev: 0.34.1
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)