quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Add a reference to flake8-builtins #137

Closed gforcada closed 1 year ago

gforcada commented 4 years ago

Disclaimer: I'm the maintainer of the plugin

As I see that one mostly each anti-pattern there is a list of references, maybe it would be worth to add a reference to the https://pypi.org/project/flake8-builtins/ flake8 plugin for the anti-pattern https://docs.quantifiedcode.com/python-anti-patterns/correctness/assigning_to_builtin.html ? This is exactly what this plugin does, check that you are not using builtin names for your variables, function names, etc etc

btw. thanks for the excellent list of anti-patterns! :tada: