Skip to content

Commit 88234fc

Browse files
author
Andreas Poulsen
committed
Temporarily lock black version in pipeline
1 parent e37f9a2 commit 88234fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Lint python scripts:
4646
image: python:3.10-alpine
4747
before_script:
4848
- apk add --no-cache --virtual .deps gcc musl-dev
49-
- pip install black
49+
- pip install black==22.12.0
5050
script:
5151
- black --check --diff --exclude=migrations .

0 commit comments

Comments
 (0)