From 55604476f129352fb06daa848b1f5590f2b67bf4 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Tue, 11 Oct 2022 18:05:16 +0200 Subject: [PATCH] Create .flake8 --- .flake8 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..dd7f3bf --- /dev/null +++ b/.flake8 @@ -0,0 +1,5 @@ +# [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 -- GitLab