mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Enable RUF100 (#135760)
This commit is contained in:
parent
3638d25f6a
commit
fc39b6792c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user