From ba2c5275edcc9aa1add553ee00274c2e54869f6f Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Tue, 3 Dec 2024 19:54:42 +0000 Subject: [PATCH] flake8 fix --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a61a26..b572310 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ per-file-ignores = tests/test_feature.py: ECE001,S10,D10,S307,DALL000,PT009,T003,P103 pygeoif/*: S604 pygeoif/types.py: A003 - pygeoif/feature.py: E501 + pygeoif/feature.py: E501, LN002 mutmut_config.py: TYP001 kwargs_ignore_function_pattern_extend = '^cast$' literal_inline_quotes = double