summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.0.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix changelog and whatsnew (pre-commit-hook)Marc Mueller2021-03-061-1/+1
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Add new check misplaced-format-function. (#2218)Sushobhit2018-07-311-0/+3
* 2.0 release notes spelling and grammar fixes (#2307)Ville Skyttä2018-07-171-3/+3
* Documentation fixes for the release and add Nick as a contributorClaudiu Popa2018-07-151-43/+54
* Fix incorrect hanging indent detection for with statementsBryce Guinta2018-07-151-0/+2
* Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta2018-07-121-0/+2
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-121-0/+2
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-031-0/+2
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-021-0/+3
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-281-0/+3
* Merge branch 'master' into fix_2177Sushobhit2018-06-221-0/+9
|\
| * Add a check `consider-using-set-comprehension` which is emitted if for set in...Claudiu Popa2018-06-201-0/+9
* | Add new checker useless-object-inheritance.ssolanki2018-06-201-0/+12
|/
* Add checker for simplifying chained comparison. Sushobhit2018-06-181-0/+13
* incorporate review comments.ssolanki2018-06-151-3/+4
* Add new check `comparison-with-callable`ssolanki2018-06-151-0/+19
* Add `--ignore-none` flag to control if pylint should warn about `no-member` w...Claudiu Popa2018-06-091-0/+9
* `assignment-from-no-return` considers methods as well.Claudiu Popa2018-06-061-0/+6
* Support typing.TYPE_CHECKING for *unused-import* errorsClaudiu Popa2018-06-061-0/+5
* Added basic support for postponed evaluation of function annotations.Claudiu Popa2018-06-051-0/+11
* Fixed emitting ``useless-super-delegation`` when changing the default value o...Ashley Whetter2018-06-021-0/+2
* Fixed incorrect line number for line-too-long on comment at end of module (#2...hippo912018-06-021-0/+2
* Implement "consider-using-get"-checker (close #2076) (#2141)Konstantin2018-05-261-0/+15
* Don't emit `unused-import` anymore for typing imports used in type comments.Claudiu Popa2018-05-231-0/+9
* Add checker to warn when imported package is renamed as original one.Sushobhit2018-05-191-0/+10
* Take annotations in account for missing-type-doc and missing-return-docSushobhit2018-05-191-0/+2
* Add a changelog entryClaudiu Popa2018-05-171-0/+9
* Switch to using verbose instead of quiet since we want to disable this by def...Claudiu Popa2018-05-171-1/+1
* Expose quiet mode to command lineGary Tyler McLeod2018-05-171-0/+1
* Update ChangeLog and whatsnewMarianna Polatoglou2018-05-151-1/+12
* Add new check 'comparison-with-itself' (#2074)Sushobhit2018-05-151-0/+8
* Don't emit 'useless-super-delegation' if annotations are differentBen Green2018-05-151-0/+2
* Add check for unhashable dict keys (fixes #586) (#2089)Ben Green2018-05-151-0/+4
* Check if global is set for import (#2090)mar-chi-pan2018-05-151-0/+8
* Warn when using subprocess.Popen preexec_fn kwarg (#2087)Banjamin Freeman2018-05-141-0/+9
* Update ChangeLog, whatsnew and CONTRIBUTORSMarianna Polatoglou2018-05-141-0/+2
* The Python 3 porting checker can run with Python 3 as wellClaudiu Popa2018-05-101-0/+7
* Add some extra notes on the Python 2 supportClaudiu Popa2018-05-091-0/+3
* Relaxed docstring checks for abstract methodsAshley Whetter2018-05-071-0/+4
* Enum classes no longer trigger too-few-methodsAshley Whetter2018-05-071-0/+5
* `undefined-loop-variable` takes in consideration non-empty iterred objects be...Claudiu Popa2018-04-251-0/+6
* `singleton-comparison` accounts for negative checksClaudiu Popa2018-04-241-0/+2
* Add a new check, consider-using-joinKonstantin2018-04-181-0/+13
* Revert "Proposal of a fix for bug #1950"Claudiu Popa2018-04-171-2/+0
* Add of ChangeLog and whatsnew entrieshippo912018-04-071-0/+2
* Add a new check, `possibly-unused-variable`.Claudiu Popa2018-03-301-0/+17
* Add new checker "consider-using-join" (#1963)Konstantin2018-03-291-0/+13
* New error condition try-except-raise (#1939)Alexander Todorov2018-03-291-0/+4
* Add dropping support for Python 2 as a summary highlightClaudiu Popa2018-03-271-1/+4