8000 Comparing v3.0.1...v3.0.2 · pylint-dev/pylint · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 6 commits
  • 32 files changed
  • 3 contributors

Commits on Oct 11, 2023

  1. Fix suggestion for min-max with expressions (#9131) (#9141)

    Closes #8524
    
    (cherry picked from commit ce8d1a9)
    
    Co-authored-by: theirix <theirix@gmail.com>
    github-actions[bot] and theirix authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a9d9dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Respect py-version for inconsistent-quotes inside f-strings (#9152)…

    … (#9155)
    
    * [inconsistent-quotes] Emit for f-strings for 3.12 only
    
    * Add docs for inconsistent-quotes with f-strings
    
    Despite ``sys.version`` check, pylint raises the warning
    with Python 3.11
    
    (cherry picked from commit 1c0bc70)
    
    Co-authored-by: theirix <theirix@gmail.com>
    github-actions[bot] and theirix authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a77f0c1 View commit details
    Browse the repository at this point in the history
  2. Fix used-before-assignment FP for generic type syntax (Py 3.12) (#9150

    ) (#9154)
    
    * Fix `used-before-assignment` FP for generic type syntax (Py 3.12)
    
    * Bump astroid to 3.0.1
    
    (cherry picked from commit cb29fbd)
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    github-actions[bot] and jacobtylerwalls authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    759e2cc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Escape special symbols and newlines in messages. (#9164) (#9165)

    (cherry picked from commit df0800e)
    
    Co-authored-by: theirix <theirix@gmail.com>
    github-actions[bot] and theirix authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    792da24 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Fixes duplicate-code check with ignore-imports (#9147) (#9176)

    (cherry picked from commit 67f20bd)
    
    Co-authored-by: theirix <theirix@gmail.com>
    github-actions[bot] and theirix authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    31aca81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efee961 View commit details
    Browse the repository at this point in the history
Loading
0