We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829850d commit 34fe994Copy full SHA for 34fe994
1 file changed
.pre-commit-config.yaml
@@ -42,7 +42,6 @@ exclude: |
42
43
fail_fast: true
44
45
-# yamllint disable rule:line-length
46
repos:
47
# ~~~~ Pre-commit hooks ~~~~
48
@@ -116,6 +115,7 @@ repos:
116
115
types: [jupyter]
117
files: '.*\.ipynb$'
118
# Note: pre-commit will download & cache this file automatically.
+ # yamllint disable rule:line-length
119
args: ["--schemafile", "https://raw.githubusercontent.com/jupyter/nbformat/refs/heads/main/nbformat/v4/nbformat.v4.0.schema.json"]
120
121
- repo: https://github.com/jumanjihouse/pre-commit-hooks
0 commit comments