reimplemented-builtin (SIM110)
https://docs.astral.sh/ruff/rules/reimplemented-builtin/
#Ruff
#flake8_simplify
Checks for for loops that can be replaced with a builtin function, like any or all.
SIM110 / SIM111: Use any / all