From 1d3358c1a7b5256e31965fbf617236dddd748254 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 11 Mar 2022 14:17:34 +0100
Subject: [PATCH] MAINT: Allow longer lines for flake8

---
 tox.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tox.ini b/tox.ini
index b1061a57..0d245e03 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,3 +9,6 @@ deps = .
     pytest-cov
     jsonschema==4.0.1
 commands=py.test --cov=caosdb -vv {posargs}
+
+[flake8]
+max-line-length=100
-- 
GitLab