Skip to content

Commit d930dfa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.1.0](psf/black-pre-commit-mirror@24.4.2...25.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.5.0...v0.11.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 3dd1c0e commit d930dfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.1.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.19.1"
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: "v5.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.11.4"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
@@ -55,7 +55,7 @@ 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$"

0 commit comments

Comments
 (0)