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 59eb8c6 commit 7eafac8Copy full SHA for 7eafac8
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
exclude: (\.md|\.ambr)$
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.14.4"
+ rev: "v0.14.5"
23
hooks:
24
- id: ruff
25
args:
@@ -45,6 +45,6 @@ repos:
45
exclude: CODE_OF_CONDUCT.md|tests/assets|demos/
46
47
- repo: https://github.com/kynan/nbstripout
48
- rev: 0.8.1
+ rev: 0.8.2
49
50
- id: nbstripout
0 commit comments