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