We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37f9a2 commit 88234fcCopy full SHA for 88234fc
.gitlab-ci.yml
@@ -46,6 +46,6 @@ Lint python scripts:
46
image: python:3.10-alpine
47
before_script:
48
- apk add --no-cache --virtual .deps gcc musl-dev
49
- - pip install black
+ - pip install black==22.12.0
50
script:
51
- black --check --diff --exclude=migrations .
0 commit comments