disable black until buster

This commit is contained in:
Kay0u 2020-05-01 00:41:50 +02:00
parent 18580803e6
commit 81bdb33824
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -112,7 +112,7 @@ test-regenconf:
- mkdir -p .pip3
- pip3 install -U pip
- hash -d pip3
- pip3 --cache-dir=.pip3 install flake8 black
- pip3 --cache-dir=.pip3 install flake8 # black
cache:
paths:
- .pip3
@ -123,7 +123,8 @@ lint:
script:
- flake8 src tests data
format-check:
extends: .lint-stage
script:
- black {posargs:--check --diff} src tests data
# Disabled, waiting for buster
#format-check:
# extends: .lint-stage
# script:
# - black {posargs:--check --diff} src tests data