Loading templates/gitlab-ci-python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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"' Loading Loading
templates/gitlab-ci-python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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"' Loading