Skip to content

Mccabe 0.7 #5896

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

Merged
merged 3 commits into from
Mar 11, 2022
Merged

Mccabe 0.7 #5896

merged 3 commits into from
Mar 11, 2022

Conversation

priv-kweihmann
Copy link
Contributor

@priv-kweihmann priv-kweihmann commented Mar 11, 2022

Type of Changes

Type
πŸ› Bug fix
✨ New feature
πŸ”¨ Refactoring
πŸ“œ Docs

Description

This PR allows python version > 3.7 to use mccabe 0.7.x release, while older release will remain on mccabe 0.6.x.
There's no functional impact to be expected

Closes #5878

python version < 3.7 will still remain on mccabe 0.6.x, while
newer version will pick mccabe 0.7.x release

Fixes pylint-dev#5878

Signed-off-by: Konrad Weihmann <[email protected]>
Signed-off-by: Konrad Weihmann <[email protected]>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1968543680

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.019%

Totals Coverage Status
Change from base Build 1967527816: 0.0%
Covered Lines: 14996
Relevant Lines: 15950

πŸ’› - Coveralls

@Pierre-Sassoulas Pierre-Sassoulas added the Enhancement ✨ Improvement to a component label Mar 11, 2022
@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.13.0 milestone Mar 11, 2022
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you ! Look like all tests are passing too πŸ‘

@Pierre-Sassoulas Pierre-Sassoulas merged commit 588ed30 into pylint-dev:main Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ Improvement to a component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for mccabe >= 0.7.0
3 participants