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