Merge branch 'jtc42-master-patch-31464' into 'master'

Don't allow Black to fail

See merge request openflexure/openflexure-microscope-server!89
This commit is contained in:
Joel Collins 2020-11-19 12:13:31 +00:00
commit a065bc643e

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: