Skip to content

Commit 31f61a4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.2...v0.9.6) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.0](rbubley/mirrors-prettier@v3.4.2...v3.5.0)
1 parent 721417f commit 31f61a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: check-yaml
1313
- id: check-toml
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.9.2
15+
rev: v0.9.6
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 24.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black-jupyter
2323
- repo: https://github.com/keewis/blackdoc
@@ -32,7 +32,7 @@ repos:
3232
- id: nbstripout
3333
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
3434
- repo: https://github.com/rbubley/mirrors-prettier
35-
rev: v3.4.2
35+
rev: v3.5.0
3636
hooks:
3737
- id: prettier
3838
args: [--cache-location=.prettier_cache/cache]

0 commit comments

Comments
 (0)