Skip to content

Commit 2cea1cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.9.0](psf/black-pre-commit-mirror@24.4.2...25.9.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](adamchainz/blacken-docs@1.18.0...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.5.0...v0.13.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [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)
1 parent 3dd1c0e commit 2cea1cc

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
@@ -6,19 +6,19 @@ ci:
66

77
repos:
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: "24.4.2"
9+
rev: "25.9.0"
1010
hooks:
1111
# With notebook support:
1212
- id: black-jupyter
1313

1414
- repo: https://github.com/asottile/blacken-docs
15-
rev: "1.18.0"
15+
rev: "1.20.0"
1616
hooks:
1717
- id: blacken-docs
1818
additional_dependencies: [black==23.9.1]
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: "v4.6.0"
21+
rev: "v6.0.0"
2222
hooks:
2323
- id: check-added-large-files
2424
- id: check-case-conflict
@@ -40,7 +40,7 @@ repos:
4040
- id: rst-inline-touching-normal
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.5.0"
43+
rev: "v0.13.3"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
@@ -55,13 +55,13 @@ repos:
5555
# - pytest
5656

5757
- repo: https://github.com/codespell-project/codespell
58-
rev: "v2.3.0"
58+
rev: "v2.4.1"
5959
hooks:
6060
- id: codespell
6161
exclude: "^.*\\.bin$|^.*\\.ipynb$"
6262

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

0 commit comments

Comments
 (0)