Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge maintenance 2.15.x in main #7426

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    b1b067e View commit details
    Browse the repository at this point in the history
  2. Fix crash while iteraring over a class attribute (pylint-dev#7386)

    Co-authored-by: orSolocate <38433858+orSolocate@users.noreply.github.com>
    2 people authored and Pierre-Sassoulas committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a10406a View commit details
    Browse the repository at this point in the history
  3. Fix false positive for too-many-function-args when a function cal…

    …l is assigned to a class attribute inside the class where the function is defined. (pylint-dev#7395)
    
    Closes pylint-dev#6592
    mbyrnepr2 authored and Pierre-Sassoulas committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7a1fbb9 View commit details
    Browse the repository at this point in the history
  4. Do not lint ignored file on stdin (pylint-dev#7220)

    Previously pylint would lint a file passed on stdin even if the user
    meant to ignore the file. This commit fixes that issue.
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    2 people authored and Pierre-Sassoulas committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d476a8b View commit details
    Browse the repository at this point in the history
  5. Fix pylint-dev#3299 false positives with names in string literal type…

    … annotations (pylint-dev#7400)
    
    Don't emit 'unused-variable' or 'unused-import' on names in string literal type annotations (pylint-dev#3299)
    Don't treat strings inside typing.Literal as names
    lggruspe authored and Pierre-Sassoulas committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    40a53aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb3a641 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b047220 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a21af6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    262723a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b85ecc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e63a352 View commit details
    Browse the repository at this point in the history
  12. Fix and refactors for docparams extension (pylint-dev#7398)

    * Fix and refactors for ``docparams`` extension
    
    The ``re_only_desc`` regex did not match for white and characters after
    ``\n``, so some description-only lines weren't getting matched. In
    addition, lookaheads were added to ``re_param_line`` (i.e. make sure the
    type group is not followed by a new line (``\n``)). Lastly, named groups
    (ala Perl regular expressions) were added for slightly improved clarity.
    
    Co-authored-by: Hendry, Adam <adam.grant.hendry@gmail.com>
    2 people authored and Pierre-Sassoulas committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    de613c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5aefa2 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'maintenance/2.15.x' following 2.15.1 release

    This also upgrade to astroid 2.12.8.
    Pierre-Sassoulas committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    3ba7cbb View commit details
    Browse the repository at this point in the history