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: