Skip to content

Commit d97bbea

Browse files
committed
ruff: Disable linting on Jupyter notebooks for now
1 parent 2a1ae90 commit d97bbea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ repos:
88
rev: v0.1.6
99
hooks:
1010
# Run the linter.
11+
# TODO fix the lint issues for the Jupyter notebooks
1112
- id: ruff
12-
types_or: [ python, pyi, jupyter ]
13+
types_or: [ python, pyi ]
1314
# Run the formatter.
1415
- id: ruff-format
1516
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)