Enable bds checks in CI

This commit is contained in:
Martin Pépin 2019-10-06 18:43:58 +02:00
parent 53ea6f24ee
commit 53efb4b542
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -52,9 +52,9 @@ linters:
- pip install --upgrade black isort flake8 - pip install --upgrade black isort flake8
script: script:
- black --check . - black --check .
- isort --recursive --check-only --diff bda cof events gestioncof kfet petitscours provisioning shared utils - isort --recursive --check-only --diff bda bds cof events gestioncof kfet petitscours provisioning shared utils
# Print errors only # Print errors only
- flake8 --exit-zero bda cof events gestioncof kfet petitscours provisioning shared utils - flake8 --exit-zero bda bds cof events gestioncof kfet petitscours provisioning shared utils
cache: cache:
key: linters key: linters
paths: paths: