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

Fix build failure by PEP 597 warning in pylint #48

Merged
merged 1 commit into from Aug 29, 2021
Merged

Conversation

jeanralphaviles
Copy link
Owner

PEP 597 adds an additional warning when using open() without specifying an explicit encoding. This was added to pylint in pylint-dev/pylint#3826 and eventually broke our build as a new warning.

[PEP 597](https://www.python.org/dev/peps/pep-0597/) adds an additional warning
when using open() without specifying an explicit encoding. This was added to
pylint in pylint-dev/pylint#3826 and eventually broke our
build as a new warning.
@jeanralphaviles jeanralphaviles changed the title Fix build failure by PEP 597 warning in pylint. Fix build failure by PEP 597 warning in pylint Aug 29, 2021
@jeanralphaviles jeanralphaviles merged commit 42c3c3c into master Aug 29, 2021
@jeanralphaviles jeanralphaviles deleted the build branch August 29, 2021 19:42
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.

None yet

1 participant