Skip to content

Commit

Permalink
Make autopep8 verbose
Browse files Browse the repository at this point in the history
Useful when debugging things that fail in CI but not locally
  • Loading branch information
knatten committed Feb 21, 2025
1 parent 1397831 commit 60847d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ "$1" == "--fix" ]; then
autopep8 --in-place --recursive --exclude $EXCLUDES . || exit $?
fi

autopep8 --diff --recursive --exit-code --exclude $EXCLUDES . || exit $?
autopep8 --verbose --diff --recursive --exit-code --exclude $EXCLUDES . || exit $?

0 comments on commit 60847d3

Please sign in to comment.