Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-flake8-builtins
flake8 extension that checks for re-use of builtin identifiers
https://github.com/gforcada/flake8-builtins
0
no reviews
Install
Python allows one to override Python builtins 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.