Skip to content

Commit 4e88391

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.8](astral-sh/ruff-pre-commit@v0.14.9...v0.15.8) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1)
1 parent 24df29a commit 4e88391

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: check-ast
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.14.9
15+
rev: v0.15.8
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
19-
- repo: https://github.com/psf/black
20-
rev: 25.12.0
19+
- repo: https://github.com/psf/black-pre-commit-mirror
20+
rev: 26.3.1
2121
hooks:
2222
- id: black
2323
language_version: python3
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: ["black[jupyter]"]
3030
files: \.(rst)$
3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.4.1
32+
rev: v2.4.2
3333
hooks:
3434
- id: codespell
3535
types_or: [python, markdown, rst]
@@ -50,7 +50,7 @@ repos:
5050
additional_dependencies: [mdformat-gfm, mdformat-black]
5151
exclude: ^.github/ # this avoid the hook to wrongly reformats md issue template files
5252
- repo: https://github.com/kynan/nbstripout
53-
rev: 0.8.1
53+
rev: 0.9.1
5454
hooks:
5555
- id: nbstripout
5656
args: [--keep-output]

0 commit comments

Comments
 (0)