Enable RUF100 (#135760)

This commit is contained in:
Joost Lekkerkerker
2025-01-16 13:06:33 +01:00
committed by GitHub
parent 3638d25f6a
commit fc39b6792c
+1 -1
View File
@@ -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