From f94642e1134e81a74263e28c3fbe2ff6abfae85a Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 18:26:10 +0200 Subject: [PATCH] Update .flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index eef54ac..370001e 100644 --- a/.flake8 +++ b/.flake8 @@ -2,4 +2,4 @@ # Enricher and patches in ./patches directory are # dealing with text, and it is actually difficult # to reduce line length due -max-line-length: 270 +max-line-length: 310 -- GitLab