chore: skip unnecessary key checks prior to accessing a dictionary (#4497)

This commit is contained in:
Bowen Liang
2024-05-19 18:30:45 +08:00
committed by GitHub
parent aa13d14019
commit 04ad46dd31
30 changed files with 45 additions and 44 deletions

View File

@@ -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