Update lint.gitlab-ci.yml

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

View file

@ -1,6 +1,7 @@
########################################
# LINTER
########################################
# later we must fix lint and format-check jobs and remove "allow_failure"
lint:
stage: lint
@ -21,5 +22,6 @@ format-check:
stage: lint
image: "before-install"
needs: []
allow_failure: true
script:
- black --check --diff
- black --check --diff src doc data tests