diff --git a/.github/workflows/notebook_linter/run_linter.sh b/.github/workflows/notebook_linter/run_linter.sh index e66a8516a4..1c595d32ad 100755 --- a/.github/workflows/notebook_linter/run_linter.sh +++ b/.github/workflows/notebook_linter/run_linter.sh @@ -80,7 +80,7 @@ if [ ${#notebooks[@]} -gt 0 ]; then if [ "$is_test" = true ]; then echo "Running isort..." - python3 -m nbqa isort "$notebook" --check --profile black + python3 -m nbqa isort --fss "$notebook" --check --profile black ISORT_RTN=$? echo "Running black..." python3 -m nbqa black "$notebook" --check