Enable bds checks in CI
This commit is contained in:
parent
53ea6f24ee
commit
53efb4b542
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue