summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.15.3, update changelogv2.15.3Pierre Sassoulas2022-09-199-21/+26
* Bump astroid to 2.12.10Pierre Sassoulas2022-09-199-10/+12
* Fix `undefined-loop-variable` with `NoReturn` and `Never` (#7476)Daniël van Noord2022-09-198-18/+96
* Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)Daniël van Noord2022-09-193-1/+9
* False positive `global-variable-not-assigned` (#7479)Mark Byrne2022-09-196-18/+22
* [invalid-class-object] Fix crash when __class__ is defined with a tuplePierre Sassoulas2022-09-194-3/+63
* Fix a crash in the `modified-iterating-dict` checker involving instance attri...Jacob Walls2022-09-193-4/+23
* Fix `unhashable-member` crash when `lambda` used as a dict key (#7454)Jacob Walls2022-09-193-0/+6
* Bump pylint to 2.15.2, update changelogv2.15.2Pierre Sassoulas2022-09-075-12/+19
* Upgrade astroid version following 2.12.9 releasePierre Sassoulas2022-09-079-9/+9
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-074-15/+221
* Bump pylint to 2.15.1, update changelogv2.15.1Pierre Sassoulas2022-09-0611-29/+47
* Fix and refactors for ``docparams`` extension (#7398)Daniël van Noord2022-09-065-22/+53
* Fix 2.15 changelog (#7369)Marc Mueller2022-09-062-4/+4
* Suppress ``OSError`` in config file discovery (#7423)Daniël van Noord2022-09-063-10/+54
* Make ``missing-yield/raises-doc`` respect ``no-docstring-rgx`` optionDaniël van Noord2022-09-065-3/+29
* Upgrade astroid version following 2.12.8 releasePierre Sassoulas2022-09-069-10/+10
* Make ``disable-next`` only consider the succeeding line (#7411)Daniël van Noord2022-09-066-22/+54
* Make ``missing-return-doc`` respect the ``no-docstring-rgx`` option (#7410)Daniël van Noord2022-09-066-22/+54
* Fix #3299 false positives with names in string literal type annotations (#7400)Levi Gruspe2022-09-0612-1/+167
* Do not lint ignored file on stdin (#7220)Christoph Blessing2022-09-063-6/+28
* Fix false positive for ``too-many-function-args`` when a function call is ass...Mark Byrne2022-09-063-1/+34
* Fix crash while iteraring over a class attribute (#7386)Daniël van Noord2022-09-064-4/+24
* Fix `used-before-assignment` for functions/classes defined in type checking g...Rogdham2022-09-064-12/+28
* Bump pylint to 2.16.0-dev, update changelog (#7363)Pierre Sassoulas2022-08-265-4/+21
* Bump pylint to 2.15.0, update changelog (#7355)v2.15.0Pierre Sassoulas2022-08-2642-135/+175
* Update `tox.ini` (#7358)Mark Byrne2022-08-261-6/+4
* [literal-comparison] Cleanup of identical/duplicated functional testsPierre Sassoulas2022-08-252-21/+4
* [literal-comparison] Make the message explicit with the solutionPierre Sassoulas2022-08-257-26/+43
* Upgrade astroid version following 2.12.4 release (#7356)Pierre Sassoulas2022-08-259-9/+9
* Add tests for PyCQA#5767Daniël van Noord2022-08-243-0/+32
* Bump TODOs to the next minor version in preparation of release (#7349)Daniël van Noord2022-08-242-2/+2
* Revert "[test] Temporary xfail deprecated methods py36 on pypy (#7244)" (#7345)Pierre Sassoulas2022-08-232-7/+0
* Upgrade astroid version following 2.12.3 release (#7344)Pierre Sassoulas2022-08-239-9/+9
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-08-221-2/+2
* Use permanent links in the primer comment (#7332)Daniël van Noord2022-08-2210-157/+194
* Bump actions/cache from 3.0.7 to 3.0.8 (#7337)dependabot[bot]2022-08-227-21/+21
* Don't emit ``trailing-whitespace`` twice for multi-line docstrings (#7335)Daniël van Noord2022-08-224-8/+33
* Check for ``contextlib.suppress`` in ``node_ignores_exception`` (#7327)Daniël van Noord2022-08-224-5/+91
* Skip ``unnecessary-list-index-lookup`` if we encounter if statements (#7334)Daniël van Noord2022-08-223-0/+21
* Fix ``mypy`` issues in primerDaniël van Noord2022-08-212-12/+14
* Use warningsDaniël van Noord2022-08-211-2/+5
* Fix up the message about ``astroid-error`` in the commentDaniël van Noord2022-08-211-4/+2
* Remove warning on failed primer comment runDaniël van Noord2022-08-211-7/+0
* Assert on fatal errors in primerDaniël van Noord2022-08-211-41/+22
* Add regression test for #3651 (#7117)Jacob Walls2022-08-211-0/+32
* Prevent `useless-parent-delegation` for overriding `Exception.__init__` with ...Jacob Walls2022-08-213-0/+11
* Add a functional test for the `useless-parent-delegation` checker. (#7326)Mark Byrne2022-08-212-25/+37
* Fix `undefined-loop-variable` from walrus in comprehension test (#7324)Jacob Walls2022-08-204-0/+31
* Add enum regression test (#7323)Marc Mueller2022-08-201-0/+24