-
Notifications
You must be signed in to change notification settings - Fork 56
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
Strict mypy #251
Labels
good-first-issue
Good for newcomers.
Hacktoberfest
Participate in https://hacktoberfest.digitalocean.com
kind/technical-debt
The code needs love. Refactoring.
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This was referenced Oct 26, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
shepherdjay
added a commit
to shepherdjay/ogr
that referenced
this issue
Oct 9, 2021
mypy error cleanup packit#251
Closed
Repository owner
moved this from backlog
to done
in Packit Kanban Board
Dec 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good-first-issue
Good for newcomers.
Hacktoberfest
Participate in https://hacktoberfest.digitalocean.com
kind/technical-debt
The code needs love. Refactoring.
There are many warnings and errors when running
mypy
in a strict mode. Each error can mean potentially problematic part of the code. (The goal is to make the code better, not only to silence the mypy.)It would be nice to reduce the number of errors/warnings.
What you can do:
This does not need to be done in one PR. Also, one fixed error can be useful to us.
'mypy ogr --strict' output
The text was updated successfully, but these errors were encountered: