ITPLT-3977 run pre-commit from within pipenv

This commit is contained in:
Geoff Jacobs
2024-08-19 09:18:49 +10:00
parent 2a03baeff2
commit c4ea17ace2

View File

@@ -26,7 +26,7 @@ pipelines:
script: script:
- apt update && apt install -y pipenv - apt update && apt install -y pipenv
- pipenv sync --dev - pipenv sync --dev
- pre-commit run --all-files - pipenv run pre-commit run --all-files
- step: - step:
name: Pre Parallelization stage name: Pre Parallelization stage
script: script: