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

feat: isort exclude .cache

parent e1463bc7
Branches
Tags
No related merge requests found
......@@ -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"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment