summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Extend consider-using-in for attribute accessMarc Mueller2021-09-051-0/+2
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-011-0/+4
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-011-0/+2
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-011-0/+5
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-0/+3
* Fix false positive `dict-iter-missing-items` for tuple keys (#4939)Daniël van Noord2021-08-311-0/+4
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-311-0/+2
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-311-0/+4
* Add a redirect from http to https in read the doc configurationPierre Sassoulas2021-08-311-0/+4
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-301-0/+1
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-301-0/+5
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-7/+18
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-301-0/+4
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+4
* Bump pylint to 2.10.2, update changelogv2.10.2Pierre Sassoulas2021-08-211-2/+8
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-211-0/+6
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-0/+6
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-1/+7
* pylint does not crash when PYLINT_HOME does not exist (#4884)Ashley Whetter2021-08-201-2/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-2/+14
* Add consider-ternary-expression extensionNick Drozd2021-08-201-1/+5
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-191-0/+2
* Add cached infer_all helper functionMarc Mueller2021-08-191-0/+2
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-0/+4
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-171-0/+5
* Fix crash on relative import beyond top-level packagePierre Sassoulas2021-08-151-0/+5
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-0/+4
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-151-1/+5
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-141-0/+4
* Allow true / false in pylintrc (#4844)Marc Mueller2021-08-141-0/+2
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-141-0/+4
* Improvements consider-using-tuple (#4838)Marc Mueller2021-08-131-0/+6
* Add new check - use-sequence-for-iterationMarc Mueller2021-08-131-0/+2
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-121-0/+4
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-4/+0
* Fix false-positive used-before-assignment with := in Return nodeMarc Mueller2021-08-121-0/+4
* Fix bugs in W0640 cell-var-from-loop checker (#4827)David Liu2021-08-121-0/+9
* Update option_manager_mixin.py - issue 3839 (#4812)PaaEl2021-08-111-0/+4
* Fix false positives for invalid-all-format (#4711) (#4829)kasium2021-08-111-0/+4
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-1/+5
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-0/+4
* Add ``format-string-without-interpolation`` checker (#4794)Daniël van Noord2021-08-041-0/+4
* Refactor ``--list-msgs`` & ``--list-msgs-enabled`` (#4793)Daniël van Noord2021-08-031-0/+5
* Fix false negative for used-before-assignment (ExceptHandler) (#4791)David Liu2021-08-031-0/+5
* Fix false positives for ``superfluous-parens`` (#4784)Daniël van Noord2021-08-031-0/+7
* Fix crash for `unused-private-member` when there are nested attributes (#4783)yushao22021-08-011-0/+4
* Fix false-positive of `unused-private-member` with class name (#4782)yushao22021-08-011-0/+4
* Update pr based on reviewYu Shao, Pang2021-08-011-5/+5
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-08-011-0/+1
* Remove empty lineMarc Mueller2021-08-011-1/+0