From: Bob Halley Date: Fri, 2 Feb 2024 20:58:18 +0000 (-0800) Subject: update ruff config to non-deprecated syntax X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5da8a64cd8bb15f7368884db2fba55783344b68b;p=thirdparty%2Fdnspython.git update ruff config to non-deprecated syntax (cherry picked from commit 43f3781318045c9fca00e8b02523d1421f4ed550) --- diff --git a/pyproject.toml b/pyproject.toml index 6b9d8cc4..f20742c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ path = "dns/version.py" expression = "version" [tool.ruff] -ignore = ['E741', 'F401'] +lint.ignore = ['E741', 'F401'] [tool.isort] profile = "black"