summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix the documentationClaudiu Popa2018-11-281-2/+2
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-281-0/+25
* Prepare 2.2Claudiu Popa2018-11-251-1/+1
* Fixed literal-comparison for the case of 0 and 1 (#2601)Sergei Lebedev2018-11-231-0/+2
* Consider ``range()`` objects for ``undefined-loop-variable`` leaking from ite...Claudiu Popa2018-10-111-0/+4
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-0/+2
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-041-0/+2
* ``deprecated-method`` can use the attribute name for identifying a deprecated...Claudiu Popa2018-10-021-0/+10
* Obtain the correct number of CPUs for virtualized or containerized environments.Claudiu Popa2018-10-011-0/+4
* fix compatibility with unreleased changes to stdlib tokenizerMichael Hudson-Doyle2018-10-011-0/+2
* ``pylint`` is less eager to consume the whole line for pragmasClaudiu Popa2018-09-291-0/+4
* Use ast to handle PEP 328 multi-line importsScott Worley2018-09-291-0/+4
* 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