Skip to content

Commit

Permalink
turned off linter for jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vapavlo committed May 11, 2024
1 parent 06c8f18 commit 9bc77f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ repos:
rev: v0.1.14
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
#types_or: [ python, pyi, jupyter ]
types_or: [ python, pyi ]
args: [ --fix ]
- id: ruff-format
types_or: [ python, pyi, jupyter ]
#types_or: [ python, pyi, jupyter ]
types_or: [ python, pyi ]

- repo: https://github.com/numpy/numpydoc
rev: v1.6.0
Expand Down

0 comments on commit 9bc77f1

Please sign in to comment.