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

Fixes all Pylint issues #1

Merged
merged 16 commits into from
Jun 4, 2024
Merged

Fixes all Pylint issues #1

merged 16 commits into from
Jun 4, 2024

Conversation

cr2007
Copy link
Owner

@cr2007 cr2007 commented Jun 4, 2024

This PR is to collect all the Pylint fixes, and to make all appropriate changes before merging it into the main branch.

Pylint

* Updated `pylint.yml` workflow file to use only Python versions 3.8+
* Added support for TypedDict and Literal types in `__init__.py` (Python 3.9+)
* Fall back to using `typing_extensions` for older Python versions

This commit ensures that our code is compatible with the latest Python versions while still supporting older versions.
@cr2007
Copy link
Owner Author

cr2007 commented Jun 4, 2024

All major Pylint issues are now resolved

@cr2007 cr2007 merged commit 857a02f into master Jun 4, 2024
3 checks passed
@cr2007 cr2007 deleted the pylint-fixes branch June 4, 2024 15:53
This pull request was closed.
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.

1 participant