Skip to content
Snippets Groups Projects
Commit e333183c authored by Pytgaen's avatar Pytgaen
Browse files

feat: isort exclude .cache

parent e1463bc7
No related branches found
No related tags found
No related merge requests found
...@@ -969,7 +969,7 @@ py-isort: ...@@ -969,7 +969,7 @@ py-isort:
script: script:
- install_requirements - install_requirements
- _pip install isort - _pip install isort
- _run isort . --check-only - _run isort . --check-only --extend-skip .cache
rules: rules:
# exclude if $PYTHON_ISORT_ENABLED not set # exclude if $PYTHON_ISORT_ENABLED not set
- if: '$PYTHON_ISORT_ENABLED != "true"' - if: '$PYTHON_ISORT_ENABLED != "true"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment