Don't allow Black to fail
This commit is contained in:
parent
6d1f0197fd
commit
0d4fdf0be7
1 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ cache:
|
||||||
pylint:
|
pylint:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
allow_failure: false
|
|
||||||
retry: 1
|
retry: 1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
@ -33,7 +32,6 @@ pylint:
|
||||||
black:
|
black:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
allow_failure: true
|
|
||||||
retry: 1
|
retry: 1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue