From 5c5d47e6f0b81b4e4c907cb8805b7b5bb1e58393 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 4 Nov 2020 17:14:57 +0100
Subject: [PATCH] Remove yapf

---
 {{cookiecutter.project_slug}}/.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.project_slug}}/.gitlab-ci.yml b/{{cookiecutter.project_slug}}/.gitlab-ci.yml
index ecc6e91..1bf2767 100644
--- a/{{cookiecutter.project_slug}}/.gitlab-ci.yml
+++ b/{{cookiecutter.project_slug}}/.gitlab-ci.yml
@@ -57,7 +57,7 @@ code-style:
     stage: test
     script:
         - *virtualenv_definition
-        - yapf -r -d -e "venv" .
+        - make black-check
     allow_failure: true
 
 coverage:
-- 
GitLab