Loading python/isort.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,5 +12,5 @@ python:isort: EXCLUDE: "" # Files/dirs to ignore. For Django use /migrations/ script: - pip install isort - isort --check --profile=black --diff --color ${CHECK_PATH} --skip=${EXCLUDE} || echo "[!] Problems found. Run 'isort --profile=black .' in your source directory to fix these." - isort --check --profile=black --diff --color ${CHECK_PATH} --skip=${EXCLUDE} || (echo "[!] Problems found. Run 'isort --profile=black .' in your source directory to fix these." && exit 1) needs: [] Loading
python/isort.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,5 +12,5 @@ python:isort: EXCLUDE: "" # Files/dirs to ignore. For Django use /migrations/ script: - pip install isort - isort --check --profile=black --diff --color ${CHECK_PATH} --skip=${EXCLUDE} || echo "[!] Problems found. Run 'isort --profile=black .' in your source directory to fix these." - isort --check --profile=black --diff --color ${CHECK_PATH} --skip=${EXCLUDE} || (echo "[!] Problems found. Run 'isort --profile=black .' in your source directory to fix these." && exit 1) needs: []