Loading python/black.yml +0 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,3 @@ python:black: script: - !reference [".python:pre", script] - black --check --diff --color --exclude "${PYTHON_EXCLUDE_REGEX}" . needs: [] python/generic.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,4 @@ image: fi echo "${MESSAGE}..." - cd ${PYTHON_CONTEXT:-.} needs: [] python/isort.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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: [] Loading
python/black.yml +0 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,3 @@ python:black: script: - !reference [".python:pre", script] - black --check --diff --color --exclude "${PYTHON_EXCLUDE_REGEX}" . needs: []
python/generic.yml +1 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,4 @@ image: fi echo "${MESSAGE}..." - cd ${PYTHON_CONTEXT:-.} needs: []
python/isort.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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: []