summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.15.7, update changelog (#7845)v2.15.7Pierre Sassoulas2022-11-298-16/+38
* Revert "Fix crash when using ``enumerate`` with ``start`` and a class attribu...Pierre Sassoulas2022-11-293-29/+9
* Fix ``logging-fstring-interpolation`` false positive (#7846) (#7854)github-actions[bot]2022-11-274-6/+36
* Fix crash when using ``enumerate`` with ``start`` and a class attribute (#7824)Dani Alcala2022-11-253-9/+29
* Execute tests on maintenance branche's PRPierre Sassoulas2022-11-241-1/+1
* Do not crash if next() is called without arguments (#7831)Dani Alcala2022-11-243-0/+18
* Upgrade the versions of astroid and dill (#7838)Pierre Sassoulas2022-11-242-3/+3
* Add ``content: write`` rights for backporting job (#7826)Pierre Sassoulas2022-11-241-1/+2
* Fix `used-before-assignment` for variable annotations guarded by TYPE_CHECKIN...Jacob Walls2022-11-234-8/+39
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-236-32/+107
* Do not run primers tests on backporting branchesPierre Sassoulas2022-11-232-2/+4
* Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-234-16/+30
* [github actions] Permit to launch tests when backporting on maintenance branc...Pierre Sassoulas2022-11-226-6/+33
* Release branch 2.15.6 (#7785)v2.15.6Pierre Sassoulas2022-11-1911-23/+51
* Replace deprecated `sre_constants.error` with `re.error`Jacob Walls2022-11-171-3/+2
* Bump timeout for docs check [ci] (#7771)Marc Mueller2022-11-171-1/+1
* Suppress `stop-iteration-return` on `itertools.cycle` (#7766)Tushar Sadhwani2022-11-174-3/+12
* Fix false positive for ``unhashable-member`` when subclassing ``dict``. (#7757)Mark Byrne2022-11-173-1/+10
* false positive `unnecessary-list-index-lookup` for enumerate (#7685)Dani Alcala2022-11-174-3/+113
* Fix a crash when looking up an __init__ method (#7744)Mark Byrne2022-11-173-2/+18
* Update Primer venv caching [ci] (#7708)Marc Mueller2022-11-175-17/+14
* Improve Github action workflows (#7651)Marc Mueller2022-11-1710-129/+153
* Fix astroid error for custom ``next`` method (#7622)Dani Alcala2022-11-174-14/+65
* Fix: reporters receive copy of message (#7620)Smixi2022-11-174-6/+57
* Add 'py' to test requirements (#7692)Marc Mueller2022-11-171-1/+2
* Add PyPI deployment environment [ci] (#7676)Marc Mueller2022-11-171-0/+3
* Update pytest and pytest-benchmark following the 7.2.0 release (#7675)Marc Mueller2022-11-171-5/+2
* Pin pytest to resolve issue with pytest-benchmark (#7674)Marc Mueller2022-11-171-1/+4
* Fix astroid-error for parsing module encoding (#7663)Dani Alcala2022-11-176-2/+27
* Confirm changes before tbump commit (#7666)Marc Mueller2022-11-171-0/+4
* Merge pull request #7660 from cdce8p/release-2.15.5v2.15.5Marc Mueller2022-10-2127-330/+477
|\
| * Bump pylint to 2.15.5, update changelogMarc Mueller2022-10-218-22/+50
| * [doc] Upgrade the contributors list and CONTRIBUTORS.txtMarc Mueller2022-10-212-1/+6
| * Sort examples/pylintrc for 2.15.5Marc Mueller2022-10-211-258/+258
| * Sort --generate-rcfile outputMarc Mueller2022-10-212-2/+8
| * Use relative paths in create_contributor_list.py (#7656)Marc Mueller2022-10-211-3/+4
| * Remove __index__ from unnecessary-dunder-call check (#7650)Dani Alcala2022-10-213-2/+11
| * Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-204-3/+37
| * Add regression test for no-member with empty AnnAssign (#7632)Marc Mueller2022-10-201-0/+16
| * Upgrade astroid to 2.12.12 (#7649)Pierre Sassoulas2022-10-209-9/+9
| * Fix a false positive for `simplify-boolean-expression` when multiple values i...Jacob Walls2022-10-206-22/+59
| * Refactor check for ignored modules into reusable function (#7604)Daniel Mouritzen2022-10-202-28/+39
|/
* Bump pylint to 2.15.4, update changelogv2.15.4Pierre Sassoulas2022-10-1013-36/+69
* [towncrier] Add whitespaces between fragment in towncrier (#7431)Pierre Sassoulas2022-10-102-0/+2
* Disambiguate between str and enum member args to typing.Literal (#7414)Levi Gruspe2022-10-105-15/+29
* Upgrade astroid version following 2.12.11 releasePierre Sassoulas2022-10-109-9/+9
* [doc] Upgrade the contributors list and CONTRIBUTORS.txtPierre Sassoulas2022-10-102-12/+35
* Raise ``syntax-error`` correctly on invalid encodings (#7553)Daniël van Noord2022-10-104-1/+13
* Fix handling of ``--`` as separator between positional args and flags (#7551)Daniël van Noord2022-10-103-6/+14
* Check `` py-version`` for async ``unnecessary-dunder-call`` (#7549)Daniël van Noord2022-10-107-97/+147