Update Black & run for whole repository

This commit is contained in:
Georg Krause 2022-01-09 11:40:49 +00:00 committed by JuniorJPDJ
commit 850dc69091
53 changed files with 441 additions and 149 deletions

View file

@ -102,12 +102,13 @@ black:
variables:
GIT_STRATEGY: fetch
before_script:
- pip install black==19.10b0
- pip install black
script:
- black --check --diff api/
- black --check --diff .
only:
changes:
- api/**/*
- "**/*.py"
- .gitlab-ci.yml
flake8:
interruptible: true