chore: skip unnecessary key checks prior to accessing a dictionary (#4497)
This commit is contained in:
@@ -13,6 +13,7 @@ select = [
|
||||
"I001", # unsorted-imports
|
||||
"I002", # missing-required-import
|
||||
"UP", # pyupgrade rules
|
||||
"RUF019", # unnecessary-key-check
|
||||
]
|
||||
ignore = [
|
||||
"F403", # undefined-local-with-import-star
|
||||
|
||||
Reference in New Issue
Block a user