summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Change ``unbalanced-tuple-unpacking`` back to a warning.Claudiu Popa2018-09-291-0/+10
* Fix utils.is_subclass_of to be aware of complex hierarchies (#2508)Sushobhit2018-09-281-0/+4
* Emit ``too-many-starred-assignment`` only when the number of Starred nodes is...Claudiu Popa2018-09-231-0/+4
* No enumerate check in __iter__ (#2505)Ben James2018-09-221-0/+4
* Added check simplifiable-if-expression (#2502)Tomer Chachamu2018-09-201-0/+4
* ``too-few-public-methods`` is not reported for ``typing.NamedTuple``Claudiu Popa2018-09-181-2/+6
* ```too-few-public-methods`` is not reported for dataclasses created with opti...Claudiu Popa2018-09-151-0/+4
* Grammar fixes to docs (#2492)Drew2018-09-151-1/+1
* Remove wrong modules from 'bad-python3-import' (#2454)Aivar Annamaa2018-09-091-0/+4
* The ``json`` reporter prints an empty list when no messages are emittedClaudiu Popa2018-09-061-0/+4
* Add a new check, ``duplicate-string-formatting-argument``Claudiu Popa2018-09-051-0/+7
* ``assignment-from-no-return`` is not emitted for coroutines.Claudiu Popa2018-09-051-0/+3
* ``consider-using-ternary`` and ``simplified-boolean-expression`` no longer em...Claudiu Popa2018-09-051-0/+5
* Added checker for format string type mismatches.Yury Gribov2018-09-041-0/+2
* Handle ``AstroidSyntaxError`` when trying to import a module.Claudiu Popa2018-09-041-0/+4
* Fix incorrect package check for wildcard importsHornwitser2018-09-041-0/+4
* Fix internal/external distinction being brokenHornwitser2018-09-041-0/+2
* Fix wildcard imports missing in import graphHornwitser2018-09-041-0/+2
* Allow ``__module__`` to be redefined at a class level. Close #2451Claudiu Popa2018-08-311-0/+3
* Emit unused-import instead of unused-variable when dealing with unused importsSushobhit2018-08-311-0/+4
* Handle asyncio.coroutine when looking for ``not-an-iterable`` check.Claudiu Popa2018-08-241-0/+4
* The ``locally-enabled`` check is gone.Claudiu Popa2018-08-241-0/+4
* Infer decorated methods when looking for method-hiddenClaudiu Popa2018-08-231-0/+4
* Pick the latest value from the inferred values when looking for ``raising-non...Claudiu Popa2018-08-221-0/+4
* Fix is_subclass_of when one param is not ClassDefCaio Carrara2018-08-221-0/+3
* Consider tuples in exc handler for ``try-except-raise``ssolanki2018-08-211-0/+2
* fix false positive ``undefined-variable``ssolanki2018-08-171-0/+4
* Extend the TYPE_CHECKING guard to TYPE_CHECKING name as well, not just the at...Claudiu Popa2018-08-151-0/+4
* Ignore import x.y.z as z cases for checkerssolanki2018-08-151-0/+4
* Allow double indentation levels for more distinguishable indentationsClaudiu Popa2018-08-101-0/+4
* Add changelog entry for the new changeClaudiu Popa2018-08-101-0/+4
* Don't emit `assignment-from-no-return` for decorated function nodesClaudiu Popa2018-08-091-0/+4
* adapt existing test cases with new condition for unnecessary-passssolanki2018-08-091-9/+9
* add new case for `unnecessary-pass`ssolanki2018-08-091-0/+7
* Stop protected-access exception for missing class attributesBryce Guinta2018-08-081-0/+2
* Fix latest release record in ChangelogBryce Guinta2018-08-081-0/+6
* fix pylint crash due to misplaced-format-functionssolanki2018-08-061-0/+3
* ``simplifiable-if-statement`` not emitted when dealing with subscriptsClaudiu Popa2018-08-031-0/+2
* Fix error in changelogBryce Guinta2018-08-011-1/+1
* Do not emit *-builtin for Python 3 builtin checks when the builtin is used in...Claudiu Popa2018-08-011-0/+9
* 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