From a4f2e1d354ec83f0db02d97cedf4c2a2eaf3388c Mon Sep 17 00:00:00 2001 From: omicron Date: Mon, 23 Oct 2023 20:08:16 +0200 Subject: [PATCH] Ignore some flake8 warnings that conflict with black --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..0efb58e --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +ignore = E501, W503, E203