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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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