From e33a348e23d3672ebf6bd53bd0037c1701947518 Mon Sep 17 00:00:00 2001 From: miguelgfierro Date: Tue, 29 Aug 2023 12:14:32 +0200 Subject: [PATCH] ignore flake warning W503 because it conflicts with black --- contrib/sarplus/python/.flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sarplus/python/.flake8 b/contrib/sarplus/python/.flake8 index 4c042c65b0..0790a39b6d 100644 --- a/contrib/sarplus/python/.flake8 +++ b/contrib/sarplus/python/.flake8 @@ -1,4 +1,4 @@ [flake8] max-line-length = 120 -ignore = W291 +ignore = W291,W503 per-file-ignores = pysarplus/SARPlus.py: E501, pysarplus/__init__.py: F401 \ No newline at end of file