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 3.0.x into main following 3.0.4 release #9459

Merged
merged 9 commits into from
Feb 23, 2024

Commits on Dec 30, 2023

  1. Fixed false positive nested-min-max for nested lists (#9323) (#9337)

    Nesting is useful for finding the maximum in a matrix.
    Therefore, pylint allows nesting of the form:
    max(max([[1, 2, 3], [4, 5, 6]]))
    
    Closes #9307
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    (cherry picked from commit da13c74)
    
    Co-authored-by: Udi Fuchs <udifuchs@gmail.com>
    github-actions[bot] and udifuchs committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    015c43a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Fix FP for no-member: function attributes from decorator (#9308) (#…

    …9355)
    
    (cherry picked from commit 4739f84)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0bbaddc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. [used-before-assignment] Fix FP for try/else/continue (#9374) (#9381)

    (cherry picked from commit 7d0c7ac)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b2b54cd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix astroid base_nodes imports (#9394) (#9404)

    (cherry picked from commit 6062c1d)
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    github-actions[bot] and cdce8p committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ce9b7cb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. [used-before-assignment] Fix FP under finally block (#9452) (#9453)

    Closes #9451
    
    (cherry picked from commit a83e6b9)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4d162c3 View commit details
    Browse the repository at this point in the history
  2. Catch ValueError - generator already executing (#9454) (#9455)

    (cherry picked from commit d4f0ef7)
    
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    github-actions[bot] and cdce8p committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    327785d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    8115381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4332ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e89b0 View commit details
    Browse the repository at this point in the history