Don't allow Black to fail

This commit is contained in:
Joel Collins 2020-11-19 12:06:06 +00:00
parent 6d1f0197fd
commit 0d4fdf0be7

View file

@ -12,7 +12,6 @@ cache:
pylint:
stage: analysis
image: python:3.7
allow_failure: false
retry: 1
before_script:
@ -33,7 +32,6 @@ pylint:
black:
stage: analysis
image: python:3.7
allow_failure: true
retry: 1
before_script: