Thanks to visit codestin.com
Credit goes to github.com

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: v2.15.6
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: v2.15.8
Choose a head ref
  • 19 commits
  • 44 files changed
  • 10 contributors

Commits on Nov 22, 2022

  1. [github actions] Permit to launch tests when backporting on maintenan…

    …ce branch (#7815)
    
    Remove changelog so we don't have to laboriously label everything "skip news"
    all the time.
    Pierre-Sassoulas committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a21559d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Fix deprecated-method false positive with aliases (#7795)

    When alias for method is similar to name of deprecated method.
    
    Closes #5886
    
    (cherry picked from commit 57f38c3)
    clavedeluna authored and Pierre-Sassoulas committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e734e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff0adb View commit details
    Browse the repository at this point in the history
  3. Deduplicate module file paths to prevent redundant scans. (#7747)

    * Use dict for 'expand_modules' result rather than list.
    With 'path' as the key, we get deduplication for free
    and do not need to reprocess the list for deduplication later.
    * Fix deduplication to account for CLI args marker.
    * Fix corner case with CLI arg flag handling during deduplication.
    * Add 'deduplication' to custom Pyenchant dict.
    
    Closes #6242
    Closes #4053
    
    Co-authored-by: Eric McDonald <[email protected]>
    Co-authored-by: Pierre Sassoulas <[email protected]>
    3 people committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1baf4be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5ebb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Add content: write rights for backporting job (#7826)

    * Do not run primers tests on backporting branches
    
    * Add content: write rights for backporting job
    
    We need it to push to the backporting branch after cherry-picking
    
    See https://github.com/PyCQA/pylint/pull/7810\#issuecomment-1324742960
    
    * [github actions] Add a version comment so the tag is clearer
    
    Co-authored-by: Marc Mueller <[email protected]>
    Pierre-Sassoulas and cdce8p committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    06d5d1a View commit details
    Browse the repository at this point in the history
  2. Upgrade the versions of astroid and dill (#7838)

    * [dill] Use dill 0.3.6 for python 3.11 now that dill released it
    
    * Upgrade astroid to 2.12.13
    Pierre-Sassoulas committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ac2da87 View commit details
    Browse the repository at this point in the history
  3. Do not crash if next() is called without arguments (#7831)

    Co-authored-by: Pierre Sassoulas <[email protected]>
    (cherry picked from commit a9c1cda)
    clavedeluna and Pierre-Sassoulas committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    9ec1aa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebf2824 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Fix crash when using enumerate with start and a class attribu…

    …te (#7824)
    
    Co-authored-by: Pierre Sassoulas <[email protected]>
    clavedeluna and Pierre-Sassoulas committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    86b8c64 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Fix logging-fstring-interpolation false positive (#7846) (#7854)

    Co-authored-by: Mark Byrne <[email protected]>
    Co-authored-by: Pierre Sassoulas <[email protected]>
    (cherry picked from commit 978d1ab)
    
    Co-authored-by: Dani Alcala <[email protected]>
    github-actions[bot] and clavedeluna authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    ff73282 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Revert "Fix crash when using enumerate with start and a class…

    … attribute (#7824)" (#7855)
    
    This reverts commit 86b8c64.
    Pierre-Sassoulas authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    43109b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a96370 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. multiple-statements no longer triggers for function stubs using i…

    …nlined ``...`` (#7863)
    
    Co-authored-by: Mark Byrne <[email protected]>
    Co-authored-by: Pierre Sassoulas <[email protected]>
    (cherry picked from commit 6b427a9)
    3 people committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    5fb17e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1856b2 View commit details
    Browse the repository at this point in the history
  3. Fix missing-param-doc for escaped underscores (#7878)

    Co-authored-by: Daniël van Noord <[email protected]>
    (cherry picked from commit 1913635)
    2 people authored and Pierre-Sassoulas committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    19c0534 View commit details
    Browse the repository at this point in the history
  4. add test and expl for line-too-long useless-supp FP (#7887)

    Co-authored-by: Pierre Sassoulas <[email protected]>
    (cherry picked from commit 30c931f)
    clavedeluna and Pierre-Sassoulas committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    438025d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Define Protocol as abstract to prevent abstract-method FP (#7839) (#7879

    )
    
    (cherry picked from commit 85e7d93)
    
    Co-authored-by: Dani Alcala <[email protected]>
    github-actions[bot] and clavedeluna authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6178e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f84ed9 View commit details
    Browse the repository at this point in the history
Loading