From 43f3781318045c9fca00e8b02523d1421f4ed550 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 2 Feb 2024 12:58:18 -0800 Subject: [PATCH] update ruff config to non-deprecated syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ebab00b..3f74e2be 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" -- 2.47.3