From 88087046defa93baf9ed9ec073e2adb794aed8ed Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 29 Apr 2025 12:58:09 +0200 Subject: [PATCH] Remove deprecated ruff rule S320 (#5847) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 419e41f0a..9bfdb650d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -272,7 +272,6 @@ lint.select = [ "S317", # suspicious-xml-sax-usage "S318", # suspicious-xml-mini-dom-usage "S319", # suspicious-xml-pull-dom-usage - "S320", # suspicious-xmle-tree-usage "S601", # paramiko-call "S602", # subprocess-popen-with-shell-equals-true "S604", # call-with-shell-equals-true