Commit 64cc5789 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

feat: run asap

parent f912a641
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,4 +11,3 @@ python:black:
  script:
    - !reference [".python:pre", script]
    - black --check --diff --color --exclude "${PYTHON_EXCLUDE_REGEX}" .
  needs: []
+1 −0
Original line number Diff line number Diff line
@@ -27,3 +27,4 @@ image:
      fi
      echo "${MESSAGE}..."
    - cd ${PYTHON_CONTEXT:-.}
  needs: []
+0 −1
Original line number Diff line number Diff line
@@ -20,4 +20,3 @@ python:isort:
    - isort --check --profile=black --diff --color . ${SKIP_ARG} || (echo "[!]
      Problems found. Run 'isort --profile=black .' in your source directory to
      fix these." && exit 1)
  needs: []