Skip to content

Commit 5e4a7e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.9...v0.15.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1)
1 parent 36f74e5 commit 5e4a7e5

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.2
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.1.0
2121
hooks:
2222
- id: black
2323
language_version: python3
@@ -35,7 +35,7 @@ repos:
3535
types_or: [python, markdown, rst]
3636
additional_dependencies: [tomli]
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.20.0
38+
rev: v3.21.2
3939
hooks:
4040
- id: pyupgrade
4141
- repo: https://github.com/MarcoGorelli/madforhooks
@@ -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)