Update lint.gitlab-ci.yml

This commit is contained in:
Kayou 2020-08-10 11:40:53 +02:00 committed by GitHub
parent fed5c2c1e0
commit 53bc87149a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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