Commit 0d4fdf0b authored by Joel Collins's avatar Joel Collins
Browse files

Don't allow Black to fail

parent 6d1f0197
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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: