summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | New checker `unbalanced dict unpacking` (#7750)Dani Alcala2022-11-2010-29/+231
* | Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-194-16/+30
* | [github actions] Upgrade the documentation to handle cherry-pick conflictsPierre Sassoulas2022-11-191-0/+8
* | [github actions] Fix the permissions in backporting jobPierre Sassoulas2022-11-191-0/+3
* | Deprecation following the separation of emacs related file to https://github....Pierre Sassoulas2022-11-1911-316/+70
* | Better error message for unpacking-non-sequence and unbalanced-tuple-unpackin...Pierre Sassoulas2022-11-195-30/+29
* | Run primer on 3.11 (#7801)Jacob Walls2022-11-193-3/+3
* | Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-1911-15/+19
* | [primer] Fall back to no rcfile rather than pylint's (#7798)Jacob Walls2022-11-192-7/+13
* | Merge maintenance/2.15.x in main following 2.15.6 release (#7799)Pierre Sassoulas2022-11-194-3/+52
|\ \
| * \ Merge branch 'maintenance/2.15.x' into main following 2.15.6 releasePierre Sassoulas2022-11-194-3/+52
| |\ \ |/ / / | | _
| * 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
* | Enable broad-try-clause check (#7796)Nick Drozd2022-11-182-1/+5
* | Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-186-34/+109
* | [doc] Add link to Sublime Text integration (#7792)sur.la.route2022-11-181-0/+2
* | Fix false positive for 'used-before-assignment' with terminating func (#7784)Dani Alcala2022-11-176-28/+51
* | Fixes ``unnecessary-list-index-lookup`` false negative when ``enumerate`` is ...Dani Alcala2022-11-174-3/+24
* | Fix false negatives for-any-all (#7707)Dani Alcala2022-11-175-21/+213
* | [github actions] Set write permission for backport workflowPierre Sassoulas2022-11-171-0/+3
* | [release process] Add a github actions to backport fix automatically (#7776)Pierre Sassoulas2022-11-162-10/+30
* | Improve bad-threading-instantiation check (#7617)Dani Alcala2022-11-154-7/+39
* | [pre-commit.ci] pre-commit autoupdate (#7772)pre-commit-ci[bot]2022-11-151-2/+2
* | Bump timeout for docs check [ci] (#7771)Marc Mueller2022-11-141-1/+1
* | Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-1417-21/+19
* | Improve `invalid-slice-index` and add `invalid-slice-step` (#7762)Marc Mueller2022-11-149-9/+78
* | Suppress `stop-iteration-return` on `itertools.cycle` (#7766)Tushar Sadhwani2022-11-144-3/+12
* | Fix false positive for ``unhashable-member`` when subclassing ``dict``. (#7757)Mark Byrne2022-11-143-1/+10
* | Add named-expr-without-context check (#7763)Marc Mueller2022-11-1410-3/+35
* | Detect unreachable code after sys.exit, quit, exit, and os._exit (#7520)Dani Alcala2022-11-134-13/+97
* | Update documentation for checkers (#7764)Marc Mueller2022-11-133-6/+6
* | Extend `consider-using-join` to detect non-empty separators (#7481)Levi Gruspe2022-11-135-11/+68
* | Flag `superfluous-parens` if parentheses are used during string concatenation...Dani Alcala2022-11-1312-12/+58
* | false positive `unnecessary-list-index-lookup` for enumerate (#7685)Dani Alcala2022-11-134-3/+113
* | Use qualified name when checking for overgeneral exceptions (#7497)Jakub Kuczys2022-11-1313-28/+134