summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* fix pylint crash due to misplaced-format-functionssolanki2018-08-061-0/+8
* Prepare 2.1Claudiu Popa2018-08-011-4/+4
* Fix rst Changelog errorsBryce Guinta2018-08-011-8/+8
* Add new check misplaced-format-function. (#2218)Sushobhit2018-07-311-0/+5
* `trailing-comma-tuple` gets emitted for ``yield`` statements as well.Claudiu Popa2018-07-311-0/+4
* Get only the arguments of the scope function for `redefined-argument-from-local`Claudiu Popa2018-07-311-0/+4
* Suppress undefined-variable for self referential class in lamdbas (#2362)Bryce Guinta2018-07-311-0/+4
* `chain.from_iterable` no longer emits `dict-{}-not-iterating` when dealing wi...Claudiu Popa2018-07-241-0/+1
* Can specify a default docstring type for when the check cannot guess the type...Ashley Whetter2018-07-241-0/+4
* Fix not being able to disable certain messages on the last line (#2342)Bryce Guinta2018-07-241-0/+5
* Add a transform for the metaclasses that should be consumedClaudiu Popa2018-07-231-0/+4
* Modules with `__getattr__` are exempted by default from `no-member`Claudiu Popa2018-07-231-1/+11
* Demote 'try-except-raise' from an error to a warning (#2324)Carey Metcalfe2018-07-221-0/+4
* Don't emit `not-an-iterable` when dealing with async iterators.Claudiu Popa2018-07-191-2/+9
* Fix typoClaudiu Popa2018-07-191-1/+1
* Don't crash when `pylint` is unable to infer the value of an argument to `nex...Claudiu Popa2018-07-191-0/+4
* `try-except-raise` should consider parent class handlers.ssolanki2018-07-191-0/+3
* Fix format checker inconsistency for start of first line (#2312)Bryce Guinta2018-07-191-0/+4
* Don't emit `useless-return` when we have a single statement that is the retur...Claudiu Popa2018-07-171-1/+9
* Add missing changelog entryClaudiu Popa2018-07-171-0/+4
* Remove the maximum length from the style regular expressions (#2290)SergeyKosarchuk2018-07-171-0/+9
* Prepare the releaseClaudiu Popa2018-07-151-1/+1
* Fix incorrect hanging indent detection for with statementsBryce Guinta2018-07-151-0/+4
* Fix false positive unused-variable in lambda default arguments (#2276)Bryce Guinta2018-07-121-0/+7
* Fix false-postive undefined-variable in nested lambda. (#2274)Bryce Guinta2018-07-121-0/+4
* `trailing-comma-tuple` can be emitted for `return` statements as well.Claudiu Popa2018-07-101-0/+4
* `ImportFrom` nodes correctly use the full name for the import sorting checks.Claudiu Popa2018-07-031-0/+4
* Expand ignored-argument-names include starred arguments and keyword arguments...Bryce Guinta2018-07-031-0/+3
* Acknowledge that ellipses are allowed in typing annotations (#2236)Bryce Guinta2018-07-021-0/+5
* Fix of false positive ``ìnconsistent-return-statements`` (#2220)hippo912018-06-281-0/+5
* fix typo (#2212)Alok Singh2018-06-211-1/+1
* Add a check `consider-using-set-comprehension` which is emitted if for set in...Claudiu Popa2018-06-201-0/+3
* [].extend and similar builtin operations don't emit `dict-*-not-iterating` wi...Claudiu Popa2018-06-201-0/+4
* Add new checker 'consider-using-dict-comprehension' (#2204)Konstantin2018-06-201-0/+3
* `logging-not-lazy` is emitted whenever pylint infers that a string is built w...Claudiu Popa2018-06-181-0/+5
* Add checker for simplifying chained comparison. Sushobhit2018-06-181-0/+9
* Add new check `comparison-with-callable`ssolanki2018-06-151-0/+4
* `in` is considered iterating context for some of the Python 3 porting checkersClaudiu Popa2018-06-141-0/+4
* Add `--ignore-none` flag to control if pylint should warn about `no-member` w...Claudiu Popa2018-06-091-0/+2
* Fix a false positive related to `too-many-arguments` and bounded `__get__` me...Claudiu Popa2018-06-071-0/+4
* `mcs` as the first parameter of metaclass's `__new__` method was replaced by ...Claudiu Popa2018-06-061-0/+4
* `assignment-from-no-return` considers methods as well.Claudiu Popa2018-06-061-0/+4
* Support typing.TYPE_CHECKING for *unused-import* errorsClaudiu Popa2018-06-061-0/+4
* Inferred classes at a function level no longer emit `invalid-name`Claudiu Popa2018-06-061-0/+5
* Fix a bug with `missing-kwoa` and variadics parametersClaudiu Popa2018-06-061-0/+4
* Added basic support for postponed evaluation of function annotations.Claudiu Popa2018-06-051-0/+4
* `simplifiable-if-statement` takes in account only when assigning to same targetsClaudiu Popa2018-06-051-0/+4
* `len-as-condition` recognize more cases (#2165)Matej Marušák2018-06-041-0/+2
* Fixed emitting ``useless-super-delegation`` when changing the default value o...Ashley Whetter2018-06-021-2/+7
* Fixed incorrect line number for line-too-long on comment at end of module (#2...hippo912018-06-021-0/+5