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