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
|
- 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
|
Loading…
Add table
Reference in a new issue