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

Require pylint version to be at least 2.5.1 #63

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Require pylint version to be at least 2.5.1 #63

merged 1 commit into from
Apr 10, 2024

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Feb 15, 2023

Requiring pylint==2.4.0 might downgrade pylint on most recent Linux distributions, e.g. Ubuntu 22.04 is shipped with pylint-2.12.2.

From pylint version 2.5.1 onward the do_exit argument of the Run class has been changed to exit and the former one is marked as deprecated.

Requiring pylint==2.4.0 might downgrade pylint on most recent Linux
distributions, e.g. Ubuntu 22.04 is shipped with pylint-2.12.2.

From pylint version 2.5.1 onward the `do_exit` argument of the `Run`
class has been changed to `exit` and the former one is marked as
deprecated.
@yunhanw-google yunhanw-google merged commit 550c926 into openweave:master Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants