Skip to content

Commit

Permalink
ruff: Disable linting on Jupyter notebooks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jan 11, 2024
1 parent 2a1ae90 commit d97bbea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ repos:
rev: v0.1.6
hooks:
# Run the linter.
# TODO fix the lint issues for the Jupyter notebooks
- id: ruff
types_or: [ python, pyi, jupyter ]
types_or: [ python, pyi ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi, jupyter ]
Expand Down

0 comments on commit d97bbea

Please sign in to comment.