From ff2e39c27c9b36a604f54a28ccd9a7f3a861ce52 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Mon, 6 Nov 2023 18:28:29 +0000 Subject: [PATCH] add flake8 ignores --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b627f37d..eacef83a 100644 --- a/tox.ini +++ b/tox.ini @@ -3,11 +3,11 @@ min_python_version = 3.7 exclude = .git,__pycache__,docs/source/conf.py,old,build,dist max_line_length = 89 ignore= - W503,I900,IF100,NQA102, RST212 + W503,I900,IF100,NQA102,RST212,LIT002 per-file-ignores = tests/*:S101,D103,S307,DALL000,S311,ECE001,FKA100 tests/test_geometrycollection.py: ECE001,S101,D103,S307,DALL000 - tests/test_factories.py: ECE001,S10,D10,S307,DALL000,PT009,T003 + tests/test_factories.py: ECE001,S10,D10,S307,DALL000,PT009,T003,CM001 tests/test_feature.py: ECE001,S10,D10,S307,DALL000,PT009,T003,P103 pygeoif/*: S604 pygeoif/types.py: A003