summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move AstCallback (#6502)Marc Mueller2022-05-053-14/+18
* Change ``pyreverse`` outputDaniël van Noord2022-05-051-1/+1
* Change config values of ``ignore-imports`` and ``ignore-signatures``Daniël van Noord2022-05-052-12/+84
* Remove duplicate message definitionsDaniël van Noord2022-05-052-27/+2
* Fix AstCallbackMethod typing (#6445)Marc Mueller2022-05-054-24/+32
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-0437-80/+195
* Enum: Add support for self-defined members (#5847)Huw Jones2022-05-046-0/+150
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-0463-120/+311
* Create a generic ``_check_open_call`` functionDaniël van Noord2022-05-041-32/+23
* Update tests and testoptions for PyPyDaniël van Noord2022-05-0311-24/+21
* Run CI on ``PyPy`` 3.8 and 3.9Daniël van Noord2022-05-031-1/+1
* Fix wrong name in ``extras_require``Daniël van Noord2022-05-031-1/+1
* [spelling checker] Use a context manager for access to private dict (#6493)Pierre Sassoulas2022-05-031-14/+7
* Ignore underscore as a local variable (#6492)Andy Young2022-05-034-0/+37
* Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-036-12/+26
* [spelling checker] Break the help docstring on multiple linesPierre Sassoulas2022-05-031-1/+3
* [spelling checker] Simplify some regexes in the spelling checkerPierre Sassoulas2022-05-031-2/+2
* [spelling checker] Add typing to functions of the spelling checkerPierre Sassoulas2022-05-032-34/+41
* Remove redundant parenthesis in spelling checker's returnPierre Sassoulas2022-05-031-4/+4
* Avoid reporting useless-suppression on wrong-import-position (#5219) (#6347)Tim Martin2022-05-034-6/+23
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-05-031-1/+1
* Addressed PR #6472 comments for documentation issue #5953MalanB2022-05-024-9/+13
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-024-4/+4
* Added bad-format-string, consider-using-sys-exit, global-statement documentat...MalanB2022-05-027-0/+31
* Cleanup of the changelog following 2.13.8Pierre Sassoulas2022-05-023-39/+0
* Merge 'maintenance/2.13.x' into main following 2.13.8 releasePierre Sassoulas2022-05-023-2/+51
|\
| * Bump pylint to 2.13.8, update changelogv2.13.8Pierre Sassoulas2022-05-025-8/+14
| * Suppress `unsubscriptable-object` warnings in type-checking blocks (#5720)Pierre Sassoulas2022-05-024-1/+28
| * Fix a false positive for `undefined-loop-variable` when a loop else raises or...Jacob Walls2022-05-024-1/+33
| * Fix false positive for `undefined-loop-variable` for lambda in first of two l...Jacob Walls2022-05-024-1/+34
| * Fix false positive for ``unused-variable`` when specifying a metaclass via a ...Jacob Walls2022-05-024-0/+24
| * Avoid reporting superfluous-parens after an ``is not`` operator (#6451)Tim Martin2022-05-024-1/+24
| * Fix crash when open is called with an integer mode (#6415)Pierre Sassoulas2022-05-025-1/+15
* | Prepare the functional test for #6444Pierre Sassoulas2022-05-023-9/+10
* | Define the confidence in 'implicit-str-concat'Pierre Sassoulas2022-05-023-11/+15
* | Resolve false negative for implicit str concat inside callsPierre Sassoulas2022-05-027-3/+36
* | Bump mypy from 0.942 to 0.950dependabot[bot]2022-05-021-1/+1
* | Upgrade astroid version following 2.11.4 releasePierre Sassoulas2022-05-022-2/+2
* | Add regression test for #6372Jacob Walls2022-05-023-0/+14
* | Do not append namespace packages to sys.path (#6405)Daniël van Noord2022-05-027-0/+72
* | Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-0121-55/+209
* | Add related and details.rst to 'redundant-unittest-assert' style message's do...Pierre Sassoulas2022-05-017-8/+24
* | Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-0126-43/+25
* | Fix hasty merge with a TODO not disabled for pylintPierre Sassoulas2022-05-011-0/+1
* | Fix false positive for `undefined-loop-variable` for lambda in first of two l...Jacob Walls2022-05-014-1/+34
* | Fix a false positive for `undefined-loop-variable` when a loop else raises or...Jacob Walls2022-05-014-1/+32
* | Fix false positive for ``unused-variable`` when specifying a metaclass via a ...Jacob Walls2022-05-014-0/+24
* | Check documentation examples for fatal errors (#6475)Jacob Walls2022-04-307-3/+10
* | Functional tests for ``pyreverse`` (#6449)Andreas Finkler2022-04-3010-1/+176
* | fix typo for "kerosene"Jacob Walls2022-04-292-6/+6