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.0
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.1
Choose a head ref
  • 3 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 4, 2023

  1. Fix false positive for inherit-non-class for generic Protocols (#…

    …9108) (#9111)
    
    (cherry picked from commit cd4b292)
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    github-actions[bot] and DanielNoord authored Oct 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2d8a894 View commit details
  2. Fix a crash for Enum class decorated with dataclass (#9104) (#9112)

    * Fix a crash when an enum class which is also decorated with a ``dataclasses.dataclass`` decorator is defined.
    
    Closes #9100
    
    * Update test to mention the `astroid` issue that addresses the missing ``__members__`` object.
    
    * Use an `if` instead of the `try/except` block.
    
    * Update pylint/checkers/utils.py
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    (cherry picked from commit 2c3425d)
    
    Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    3 people authored Oct 4, 2023
    Copy the full SHA
    a1443ed View commit details

Commits on Oct 5, 2023

  1. Bump pylint to 3.0.1, update changelog (#9119)

    Pierre-Sassoulas authored Oct 5, 2023
    Copy the full SHA
    f2cded4 View commit details
Loading