Skip to content

Commit

Permalink
use ruff for notebook linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Nov 7, 2023
1 parent febace2 commit 34e0dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nbval
pre-commit
pytest
pytest-xdist
ruff
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include = ["*.ipynb"]
ignore = ["E731", "E721", "E402", "F841", "F821", "F405", "F403"]

0 comments on commit 34e0dac

Please sign in to comment.