We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721417f commit 31f61a4Copy full SHA for 31f61a4
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: check-yaml
13
- id: check-toml
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.9.2
+ rev: v0.9.6
16
hooks:
17
- id: ruff
18
args: [--fix]
19
- repo: https://github.com/psf/black-pre-commit-mirror
20
- rev: 24.10.0
+ rev: 25.1.0
21
22
- id: black-jupyter
23
- repo: https://github.com/keewis/blackdoc
@@ -32,7 +32,7 @@ repos:
32
- id: nbstripout
33
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
34
- repo: https://github.com/rbubley/mirrors-prettier
35
- rev: v3.4.2
+ rev: v3.5.0
36
37
- id: prettier
38
args: [--cache-location=.prettier_cache/cache]
0 commit comments