Skip to content

Commit

Permalink
remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Nov 3, 2021
1 parent c5b54e6 commit e63aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint_format.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
nbqa isort ./notebooks/*.ipynb --nbqa-mutate --line-length 100 --sl
nbqa black ./notebooks/*.ipynb --nbqa-mutate --line-length 100
nbqa isort ./notebooks/*.ipynb --line-length 100 --sl
nbqa black ./notebooks/*.ipynb --line-length 100
nbqa flake8 ./notebooks/*.ipynb --max-line-length 100
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace ./notebooks/*.ipynb

0 comments on commit e63aa2a

Please sign in to comment.