Update Black & run for whole repository
This commit is contained in:
parent
68210d5330
commit
850dc69091
53 changed files with 441 additions and 149 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue