Skip to content

Commit bd85fb5

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [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.16.1](astral-sh/ruff-pre-commit@v0.11.12...v0.16.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.3](codespell-project/codespell@v2.4.1...v2.4.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/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.37.4](python-jsonschema/check-jsonschema@0.33.0...0.37.4)
1 parent 6ca12b7 commit bd85fb5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 8 additions & 8 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: 26.5.1
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.16.1"
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--show-fixes"]
@@ -65,23 +65,23 @@ repos:
6565
# - pytest
6666

6767
- repo: https://github.com/codespell-project/codespell
68-
rev: "v2.4.1"
68+
rev: "v2.4.3"
6969
hooks:
7070
- id: codespell
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

7878
- repo: https://github.com/abravalheri/validate-pyproject
79-
rev: v0.24.1
79+
rev: v0.25
8080
hooks:
8181
- id: validate-pyproject
8282

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

0 commit comments

Comments
 (0)