mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update lint.gitlab-ci.yml
This commit is contained in:
parent
fed5c2c1e0
commit
53bc87149a
1 changed files with 6 additions and 5 deletions
|
@ -17,8 +17,9 @@ invalidcode:
|
|||
script:
|
||||
- tox -e invalidcode
|
||||
|
||||
# Disabled, waiting for buster
|
||||
#format-check:
|
||||
# extends: .lint-stage
|
||||
# script:
|
||||
# - black --check --diff
|
||||
format-check:
|
||||
stage: lint
|
||||
image: "before-install"
|
||||
needs: []
|
||||
script:
|
||||
- black --check --diff
|
||||
|
|
Loading…
Add table
Reference in a new issue