From c4ea17ace2da0c544377d0d60022b1685e9720b0 Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Mon, 19 Aug 2024 09:18:49 +1000 Subject: [PATCH] ITPLT-3977 run pre-commit from within pipenv --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a7acad5..d0744cb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -26,7 +26,7 @@ pipelines: script: - apt update && apt install -y pipenv - pipenv sync --dev - - pre-commit run --all-files + - pipenv run pre-commit run --all-files - step: name: Pre Parallelization stage script: