summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [unsubscriptable-object] Add functional tests for issue #2072issue-2072Pierre Sassoulas2022-08-261-0/+30
* 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
* Improve TypeVar name regex (#7322)Marc Mueller2022-08-196-14/+24
* [doc] Remove dead link to the mail archives prior to 2013Pierre Sassoulas2022-08-191-2/+2
* fix `undefined-loop-variable` with `break` and `continue` statements in `else...DetachHead2022-08-195-3/+28
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-18235-1068/+985
* Refactor check() (#7288)Daniël van Noord2022-08-173-45/+128
* Make sure only ``main`` can create the primer virtual environmentDaniël van Noord2022-08-163-53/+21
* Skip the primer comment job if the PR primer job failedDaniël van Noord2022-08-161-0/+2
* Partial typing of ``refactoring_checker`` (#7315)Daniël van Noord2022-08-161-25/+33
* Partial typing of ``refactoring_checker`` (#7312)Daniël van Noord2022-08-161-21/+35
* [pre-commit.ci] pre-commit autoupdate (#7310)pre-commit-ci[bot]2022-08-161-1/+1
* Bump actions/cache from 3.0.6 to 3.0.7dependabot[bot]2022-08-157-21/+21
* Refactors related to separating ast creating and linting (#7286)Daniël van Noord2022-08-141-9/+21
* Fix false positive for `no-self-argument` (#7301)Mark Byrne2022-08-134-5/+33
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-134-16/+13
* Fix typos in 2.15 whatsnewJacob Walls2022-08-131-2/+2
* "Contributer" -> "Contributor"Jacob Walls2022-08-131-1/+1
* Clean up beyond_top_level tests (#7279)Daniël van Noord2022-08-121-26/+41
* Update PyPI `Homepage` url via pyproject.toml configuration. (#7299)Mark Byrne2022-08-121-0/+1
* Fix crash when a type-annotated `__slots__` with no value is declared. (#7285)Mark Byrne2022-08-114-15/+44
* Partial typing of ``refactoring_checker``Daniël van Noord2022-08-111-22/+31
* Updating my contributor aliases.Buck Evan2022-08-111-3/+8
* Bump actions/cache from 3.0.5 to 3.0.6 (#7272)dependabot[bot]2022-08-107-21/+21
* [typing] Add typing to the class checkers (#7190)Pierre Sassoulas2022-08-103-57/+94