We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c54e4 commit 944d41cCopy full SHA for 944d41c
.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.7.1
+ rev: v0.7.2
16
hooks:
17
- id: ruff
18
args: [--fix]
@@ -27,7 +27,7 @@ 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.0
31
32
- id: nbstripout
33
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
0 commit comments