diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d83ddc8..19a59486 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ]