linter on all the repo

This commit is contained in:
Kay0u 2020-05-01 00:45:13 +02:00
parent 81bdb33824
commit 4dccab9819
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -121,10 +121,10 @@ test-regenconf:
lint:
extends: .lint-stage
script:
- flake8 src tests data
- flake8
# Disabled, waiting for buster
#format-check:
# extends: .lint-stage
# script:
# - black {posargs:--check --diff} src tests data
# - black --check --diff