From 53efb4b5420eaf5fe4634ddcb17f42b958adfbcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sun, 6 Oct 2019 18:43:58 +0200 Subject: [PATCH] Enable bds checks in CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cc57807..8fcf9966 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,9 +52,9 @@ linters: - pip install --upgrade black isort flake8 script: - 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 - - 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: key: linters paths: