From fc39b6792cb2de7e68fa5e571846e310a22d3add Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 16 Jan 2025 13:06:33 +0100 Subject: [PATCH] Enable RUF100 (#135760) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acf9c4b5ee6..0bb5ad7ea8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -759,7 +759,7 @@ select = [ "RUF017", # Avoid quadratic list summation "RUF018", # Avoid assignment expressions in assert statements "RUF019", # Unnecessary key check before dictionary access - # "RUF100", # Unused `noqa` directive; temporarily every now and then to clean them up + "RUF100", # Unused `noqa` directive "S102", # Use of exec detected "S103", # bad-file-permissions "S108", # hardcoded-temp-file