From 44c8fe16e4b57a6ff0597d63af9bb9f64045460e Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 18:20:55 +0200 Subject: [PATCH] Update .flake8 --- .flake8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index dd7f3bf..7c359f5 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,6 @@ -# [flake8] + +[flake8] # 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: 270 -- GitLab