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

Upgrade pylint & split config files #3991

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

jtraglia
Copy link
Member

@jtraglia jtraglia commented Oct 21, 2024

Since we upgraded to python3.12, our pylint CI check has been broken:

image

This is because pylint v2 does not support python3.12, we must upgrade to pylint v3 for this.

As part of this, we must also split the configuration files, as pylint tries to read the options in other sections.

With this PR's changes:

image

@jtraglia jtraglia merged commit 41882a7 into ethereum:dev Oct 21, 2024
25 checks passed
@jtraglia jtraglia deleted the upgrade-pylint-split-ini-files branch October 21, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant