From 0e2a2c520a11edd48becfc71b6dd48e3ab49d2c2 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 23 Mar 2022 15:23:17 +0100
Subject: [PATCH] MAINT: Allow lines of length 100

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

diff --git a/tox.ini b/tox.ini
index 1b3cd4ef..f7b5aabf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,3 +11,6 @@ deps=nose
     xlrd == 1.2
     h5py
 commands=py.test --cov=caosadvancedtools -vv {posargs}
+
+[flake8]
+max-line-length=100
-- 
GitLab