Skip to content

Commit

Permalink
to_revert: isort -v
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Nov 15, 2023
1 parent 7f27b1b commit e9033e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/taskfiles/taskfile_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tasks:
exit_code=0
set +ex
for file in {{.TARGET}}; do
eval 'isort "$file" {{.CHECK_FLAG}}'
eval 'isort -v "$file" {{.CHECK_FLAG}}'
exit_code=$(expr $exit_code + $?)
done
Expand Down

0 comments on commit e9033e9

Please sign in to comment.