Binary package “python3-flake8-comprehensions” in ubuntu mantic

flake8 extension that checks for re-use of builtin identifiers

 Python allows one to override Python comprehensions as parameters, but although
 could be useful in some really specific use cases, the general approach is to
 not do that as code then can suddenly break without a clear trace.