From 25c43bf506c9a9c7e1edc88625fe04a73541318c Mon Sep 17 00:00:00 2001
From: "Hartung, Michael" <michael.hartung@uni-hamburg.de>
Date: Fri, 21 Apr 2023 23:38:51 +0200
Subject: [PATCH] no flake8 linting due to conflicts with black linting

Former-commit-id: c9e8bbb0134c412e9dec565881e1e772a3ebed86 [formerly 0698328679422cbe794703a1ee27bc2ce328cc1d]
Former-commit-id: ce39e050a047361f74c3bd5f2aeff4449ed3a00b
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d286570..01394bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ check:lint:
   script:
     - pip3 install -r requirements.txt
     - pycodestyle
-    - flake8
+    # - flake8
 
 check:test:
   image: python:3.8.16
-- 
GitLab