Commit 8f307f59 authored by Ruben ten Hove's avatar Ruben ten Hove Committed by Federico Falconieri
Browse files

docs: show message how to fix isort

parent de76e85a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}
    - isort --check --profile=black --diff --color ${CHECK_PATH} --skip=${EXCLUDE} || echo "[!] Problems found. Run 'isort --profile=black .' in your source directory to fix these."
  needs: []