Skip to content

Commit

Permalink
ci: Fix Linter isort check to use --fss (GoogleCloudPlatform#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Aug 8, 2024
1 parent 6f6a29d commit 8ef1c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook_linter/run_linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ef1c07

Please sign in to comment.