Commit e333183c authored by Pytgaen's avatar Pytgaen
Browse files

feat: isort exclude .cache

parent e1463bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -969,7 +969,7 @@ py-isort:
  script:
    - install_requirements
    - _pip install isort
    - _run isort . --check-only
    - _run isort . --check-only --extend-skip .cache
  rules:
    # exclude if $PYTHON_ISORT_ENABLED not set
    - if: '$PYTHON_ISORT_ENABLED != "true"'