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 4d6dd5f commit ba5a254Copy full SHA for ba5a254
.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.3
+ rev: v0.7.4
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.8.0
+ rev: 0.8.1
31
32
- id: nbstripout
33
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
0 commit comments