Skip to content

Commit 34fe994

Browse files
committed
Move yamllint pragma to where the line is too long
1 parent 829850d commit 34fe994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ exclude: |
4242
4343
fail_fast: true
4444

45-
# yamllint disable rule:line-length
4645
repos:
4746
# ~~~~ Pre-commit hooks ~~~~
4847

@@ -116,6 +115,7 @@ repos:
116115
types: [jupyter]
117116
files: '.*\.ipynb$'
118117
# Note: pre-commit will download & cache this file automatically.
118+
# yamllint disable rule:line-length
119119
args: ["--schemafile", "https://raw.githubusercontent.com/jupyter/nbformat/refs/heads/main/nbformat/v4/nbformat.v4.0.schema.json"]
120120

121121
- repo: https://github.com/jumanjihouse/pre-commit-hooks

0 commit comments

Comments
 (0)