summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.15.9, update changelog (#7952)v2.15.9Pierre Sassoulas2022-12-177-16/+36
* [testutil] More information in output for functional test fail (#7948)Pierre Sassoulas2022-12-161-6/+12
* [pypy3.8] Disable multiple-statements false positive on affected functional t...Pierre Sassoulas2022-12-1638-243/+356
* Fix inconsistent argument exit code when argparse exit with its own error cod...github-actions[bot]2022-12-155-4/+58
* Fix ModuleNotFoundError when using pylint_django (#7940) (#7941)github-actions[bot]2022-12-142-2/+5
* fix: bump dill to >= 0.3.6, prevents tests hanging with python3.11 (#7918)Sandro Tosi2022-12-141-1/+2
* [github actions] Fix enchant's install in the spelling jobPierre Sassoulas2022-12-131-1/+1
* Avoid hanging forever after a parallel job was killed (#7834) (#7930)github-actions[bot]2022-12-134-17/+52
* Prevent `used-before-assignment` in pattern matching with a guard (#7922) (#7...github-actions[bot]2022-12-124-0/+16
* Bump pylint to 2.15.8, update changelog (#7899)v2.15.8Pierre Sassoulas2022-12-0510-21/+41
* Define Protocol as abstract to prevent abstract-method FP (#7839) (#7879)github-actions[bot]2022-12-056-15/+71
* add test and expl for line-too-long useless-supp FP (#7887)Dani Alcala2022-12-044-0/+26
* Fix ``missing-param-doc`` for escaped underscores (#7878)Dani Alcala2022-12-043-1/+16
* [github actions] Reinstate tests and check on maintenance branchPierre Sassoulas2022-12-042-2/+8
* ``multiple-statements`` no longer triggers for function stubs using inlined `...Gideon2022-12-046-15/+10
* 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