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

Issue 1086 Create pull-requests to python-anti-patterns with links to our docs #160

Open madalynbartman opened 2 months ago

madalynbartman commented 2 months ago

Got 13/15 missing links. However, I could not find documentation to link for these two so I left them alone:

  1. PyLint - E1004, missing-super-argument from https://docs.quantifiedcode.com/python-anti-patterns/correctness/missing_argument_to_super.html

  2. PyLint - W0110, deprecated-lambda from https://docs.quantifiedcode.com/python-anti-patterns/readability/using_map_or_filter_where_list_comprehension_is_possible.html