We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99f3f3b + 721417f commit 51a65deCopy full SHA for 51a65de
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: check-yaml
13
- id: check-toml
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.6.9
+ rev: v0.9.2
16
hooks:
17
- id: ruff
18
args: [--fix]
@@ -27,12 +27,12 @@ repos:
27
additional_dependencies: ["black==24.10.0"]
28
- id: blackdoc-autoupdate-black
29
- repo: https://github.com/kynan/nbstripout
30
- rev: 0.7.1
+ rev: 0.8.1
31
32
- id: nbstripout
33
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
34
- repo: https://github.com/rbubley/mirrors-prettier
35
- rev: v3.3.3
+ rev: v3.4.2
36
37
- id: prettier
38
args: [--cache-location=.prettier_cache/cache]
0 commit comments