Commit 82b8dbf4 authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

style: happify prettier and yamllint

parent 2da5a1fd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ python:pyupgrade:
      fi
    - shopt -s globstar # enable **
    - PYUPGRADE_TARGET=$(find **/*.py | sed "/${PYTHON_EXCLUDE_REGEX}/d")
    - pyupgrade $PYUPGRADE_TARGET $PYUPGRADE_ARGS $PYUPGRADE_EXTRA_ARGS || exit_code=$? # delay exit
    - pyupgrade $PYUPGRADE_TARGET $PYUPGRADE_ARGS $PYUPGRADE_EXTRA_ARGS ||
      exit_code=$? # delay exit
    - |
      if [ ! -z $exit_code ]; then
        git --no-pager diff --minimal