We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d3d67 commit cc7ca54Copy full SHA for cc7ca54
.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.9.6
+ rev: v0.9.10
16
hooks:
17
- id: ruff
18
args: [--fix]
@@ -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.5.0
+ rev: v3.5.3
36
37
- id: prettier
38
args: [--cache-location=.prettier_cache/cache]
0 commit comments