Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
knatten committed Feb 21, 2025
1 parent 92a4caf commit 1397831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ cd $ROOT_DIR || exit $?
EXCLUDES=$(tr '\n' ',' < .gitignore)
EXCLUDES="$EXCLUDES,.*/migrations"

autopep8 --version

if [ "$1" == "--fix" ]; then
autopep8 --in-place --recursive --exclude $EXCLUDES . || exit $?
fi
Expand Down

0 comments on commit 1397831

Please sign in to comment.