From 318d2770cbc90ae4d33170274e214b9d828bca43 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Thu, 16 May 2019 18:00:34 +0200 Subject: refactor: format everything black --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b8fa4f..c50f2aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,15 @@ commitlint: except: - master +black_lint: + stage: lint + before_script: + - pip3 install black + script: + - black --check . + except: + - master + #build_test_image: # Currently hangs forever, because of GitLab Runner infrastructure issues # stage: build-test-image # image: -- cgit v1.2.1