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

Add support for pylint 3.0 #169

Merged
merged 5 commits into from
Nov 2, 2023
Merged

Add support for pylint 3.0 #169

merged 5 commits into from
Nov 2, 2023

Conversation

llucax
Copy link
Contributor

@llucax llucax commented Nov 1, 2023

This is needed for downstream projects to be able to upgrade to pylint 3.0.

  • Extend the range of supported pylint versions
  • Bump pylint to 3.0.2
  • cookiecutter: Bump pylint dependency to 3.0.2

Signed-off-by: Leandro Lucarella <[email protected]>
There is one new warning that we need to ignore that wasn't detected
before.

Signed-off-by: Leandro Lucarella <[email protected]>
@llucax llucax requested a review from a team as a code owner November 1, 2023 17:00
@llucax llucax self-assigned this Nov 1, 2023
@github-actions github-actions bot added the part:tests Affects the unit, integration and performance (benchmarks) tests label Nov 1, 2023
@llucax llucax added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:enhancement New feature or enhancement visitble to users part:cookiecutter Affects the generation of projects using cookiecutter and removed part:tests Affects the unit, integration and performance (benchmarks) tests labels Nov 1, 2023
@llucax llucax linked an issue Nov 1, 2023 that may be closed by this pull request
@llucax llucax enabled auto-merge November 1, 2023 17:01
Signed-off-by: Leandro Lucarella <[email protected]>
@github-actions github-actions bot added part:tests Affects the unit, integration and performance (benchmarks) tests and removed part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) part:cookiecutter Affects the generation of projects using cookiecutter labels Nov 2, 2023
@llucax llucax added this pull request to the merge queue Nov 2, 2023
Merged via the queue into frequenz-floss:v0.x.x with commit a946e61 Nov 2, 2023
14 checks passed
@llucax llucax deleted the pylint-3 branch November 2, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:tests Affects the unit, integration and performance (benchmarks) tests type:enhancement New feature or enhancement visitble to users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to pylint 3
2 participants