Closed gforcada closed 1 year 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:
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: