`reimplemented-builtin` currently only checks for `any` and `all`. Looking at the [list of builtins](https://docs.python.org/3/library/functions.html#built-in-funcs), I think additionally checking for the following would make sense: * [ ] abs * [ ] enumerate * [ ] filter * [ ] len * [ ] map * [ ] max * [ ] min * [ ] pow * [ ] round * [ ] sum * [ ] zip