Use `any` to find elements in iterable (#11053)

This commit is contained in:
danieleades
2023-01-02 04:52:46 +00:00
committed by GitHub
parent da6a20d50b
commit 2759c2c76b
9 changed files with 39 additions and 37 deletions

View File

@@ -168,6 +168,7 @@ external = [ # Whitelist for RUF100 unkown code warnings
"E704",
"W291",
"W293",
"SIM110",
]
select = [
"E", # pycodestyle