]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Ignore UP006 and UP0035 (Tuple->tuple and List->list) because we are stuck with them...
authorBob Halley <halley@dnspython.org>
Sun, 8 Sep 2024 18:13:20 +0000 (11:13 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 8 Sep 2024 18:13:20 +0000 (11:13 -0700)
pyproject.toml

index 4350280fdf75c65149487ca4cbab036e5280066f..308b5c3f5a074c4820d2c55ac9e861489dad3ba1 100644 (file)
@@ -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]