]> 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>
Sun, 4 Feb 2024 21:36:12 +0000 (13:36 -0800)
(cherry picked from commit 43f3781318045c9fca00e8b02523d1421f4ed550)

pyproject.toml

index 6b9d8cc45251b1e2ceaad41406ec8befaf54ce8a..f20742c6ae07e373517ebd0d0117c50be8e56559 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"