]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update ruff config to non-deprecated syntax
authorBob Halley <halley@dnspython.org>
Fri, 2 Feb 2024 20:58:18 +0000 (12:58 -0800)
committerBob Halley <halley@dnspython.org>
Fri, 2 Feb 2024 20:58:18 +0000 (12:58 -0800)
pyproject.toml

index 5ebab00bc1dfe8005248efea49a7c6b89e349aea..3f74e2be3d192da65a0842c0899d4e7b7b16a082 100644 (file)
@@ -86,7 +86,7 @@ path = "dns/version.py"
 expression = "version"
 
 [tool.ruff]
-ignore = ['E741', 'F401']
+lint.ignore = ['E741', 'F401']
 
 [tool.isort]
 profile = "black"