aboutsummaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.0.rst
AgeCommit message (Expand)Author
2021-03-06Fix changelog and whatsnew (pre-commit-hook)Marc Mueller
2020-06-11Chore: use https links (#3679)谭九鼎
2018-07-31Add new check misplaced-format-function. (#2218)Sushobhit
2018-07-172.0 release notes spelling and grammar fixes (#2307)Ville Skyttä
2018-07-15Documentation fixes for the release and add Nick as a contributorClaudiu Popa
2018-07-15Fix incorrect hanging indent detection for with statementsBryce Guinta
2018-07-12Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta
2018-07-12Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta
2018-07-03Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta
2018-07-02Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta
2018-06-28Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo91
2018-06-22Merge branch 'master' into fix_2177Sushobhit
2018-06-20Add a check `consider-using-set-comprehension` which is emitted if for set in...Claudiu Popa
2018-06-20Add new checker useless-object-inheritance.ssolanki
2018-06-18Add checker for simplifying chained comparison. Sushobhit
2018-06-15incorporate review comments.ssolanki
2018-06-15Add new check `comparison-with-callable`ssolanki
2018-06-09Add `--ignore-none` flag to control if pylint should warn about `no-member` w...Claudiu Popa
2018-06-06`assignment-from-no-return` considers methods as well.Claudiu Popa
2018-06-06Support typing.TYPE_CHECKING for *unused-import* errorsClaudiu Popa
2018-06-05Added basic support for postponed evaluation of function annotations.Claudiu Popa
2018-06-02Fixed emitting ``useless-super-delegation`` when changing the default value o...Ashley Whetter
2018-06-02Fixed incorrect line number for line-too-long on comment at end of module (#2...hippo91
2018-05-26Implement "consider-using-get"-checker (close #2076) (#2141)Konstantin
2018-05-23Don't emit `unused-import` anymore for typing imports used in type comments.Claudiu Popa
2018-05-19Add checker to warn when imported package is renamed as original one.Sushobhit
2018-05-19Take annotations in account for missing-type-doc and missing-return-docSushobhit
2018-05-17Add a changelog entryClaudiu Popa
2018-05-17Switch to using verbose instead of quiet since we want to disable this by def...Claudiu Popa
2018-05-17Expose quiet mode to command lineGary Tyler McLeod
2018-05-15Update ChangeLog and whatsnewMarianna Polatoglou
2018-05-15Add new check 'comparison-with-itself' (#2074)Sushobhit
2018-05-15Don't emit 'useless-super-delegation' if annotations are differentBen Green
2018-05-15Add check for unhashable dict keys (fixes #586) (#2089)Ben Green
2018-05-15 Check if global is set for import (#2090)mar-chi-pan
2018-05-14Warn when using subprocess.Popen preexec_fn kwarg (#2087)Banjamin Freeman
2018-05-14Update ChangeLog, whatsnew and CONTRIBUTORSMarianna Polatoglou
2018-05-10The Python 3 porting checker can run with Python 3 as wellClaudiu Popa
2018-05-09Add some extra notes on the Python 2 supportClaudiu Popa
2018-05-07Relaxed docstring checks for abstract methodsAshley Whetter
2018-05-07Enum classes no longer trigger too-few-methodsAshley Whetter
2018-04-25`undefined-loop-variable` takes in consideration non-empty iterred objects be...Claudiu Popa
2018-04-24`singleton-comparison` accounts for negative checksClaudiu Popa
2018-04-18Add a new check, consider-using-joinKonstantin
2018-04-17Revert "Proposal of a fix for bug #1950"Claudiu Popa
2018-04-07Add of ChangeLog and whatsnew entrieshippo91
2018-03-30Add a new check, `possibly-unused-variable`.Claudiu Popa
2018-03-29Add new checker "consider-using-join" (#1963)Konstantin
2018-03-29New error condition try-except-raise (#1939)Alexander Todorov
2018-03-27Add dropping support for Python 2 as a summary highlightClaudiu Popa