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

Detect and fix issues with mypy and pylint #95

Closed
fmilthaler opened this issue Jul 14, 2023 · 4 comments
Closed

Detect and fix issues with mypy and pylint #95

fmilthaler opened this issue Jul 14, 2023 · 4 comments
Assignees
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@fmilthaler
Copy link
Owner

Run both mypy and pylint on the code base and (slowly) fix issues

@fmilthaler fmilthaler added the enhancement New feature or request label Jul 14, 2023
@fmilthaler
Copy link
Owner Author

Example:
For issues with matplotlib.pyplot, do:

import matplotlib.pyplot as plt  # type: ignore

@fmilthaler fmilthaler self-assigned this Jul 27, 2023
@pythonhacker
Copy link

I will be happy to look at this if you are fine with it. Also perhaps kindly look at issue #119

@fmilthaler
Copy link
Owner Author

@pythonhacker Thanks, but I'm already working on this one these days. PR #122 should be ready in the next few days.

@fmilthaler fmilthaler added the duplicate This issue or pull request already exists label Jul 31, 2023
@fmilthaler
Copy link
Owner Author

Actually, this is a sort of duplicate of #94. Closing this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants