mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use `any` to find elements in iterable (#11053)
This commit is contained in:
@@ -168,6 +168,7 @@ external = [ # Whitelist for RUF100 unkown code warnings
|
||||
"E704",
|
||||
"W291",
|
||||
"W293",
|
||||
"SIM110",
|
||||
]
|
||||
select = [
|
||||
"E", # pycodestyle
|
||||
|
||||
Reference in New Issue
Block a user