mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
disable black until buster
This commit is contained in:
parent
18580803e6
commit
81bdb33824
1 changed files with 6 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue