From 246dc8669ca45de6b962aeca6f760a793bd34641 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 12 Apr 2023 09:04:31 +0100 Subject: [PATCH 1/2] Update .flake8 --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.flake8 b/.flake8 index 1d2ae2b6..03237510 100644 --- a/.flake8 +++ b/.flake8 @@ -7,6 +7,8 @@ ignore = DW12, # code is sometimes better without this E129, + # Contradicts PEP8 nowadays + W503, # consistency with mypy W504 exclude = From ab5df658e42a15d350ebe226390df95988e501d2 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 12 Apr 2023 09:04:55 +0100 Subject: [PATCH 2/2] Update .flake8-tests --- .flake8-tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.flake8-tests b/.flake8-tests index db99f22a..634160ab 100644 --- a/.flake8-tests +++ b/.flake8-tests @@ -24,6 +24,8 @@ ignore = # irrelevant plugins B3, DW12, + # Contradicts PEP8 nowadays + W503, # consistency with mypy W504 noqa_require_code = true