From: Bob Halley Date: Sun, 8 Sep 2024 18:13:20 +0000 (-0700) Subject: Ignore UP006 and UP0035 (Tuple->tuple and List->list) because we are stuck with them... X-Git-Tag: v2.7.0rc1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f7aa251046f3a72553589afc1f20dc3d887c843;p=thirdparty%2Fdnspython.git Ignore UP006 and UP0035 (Tuple->tuple and List->list) because we are stuck with them for a while. --- diff --git a/pyproject.toml b/pyproject.toml index 4350280f..308b5c3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ lint.select = [ # isort "I", ] -lint.ignore = ["E501", "E741", "F401", "I001", "B904", "B011"] +lint.ignore = ["E501", "E741", "F401", "I001", "B904", "B011", "UP006", "UP035"] lint.exclude = ["tests/*"] [tool.isort]