-
Notifications
You must be signed in to change notification settings - Fork 55
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
lachmanfrantisek
added
good-first-issue
Good for newcomers.
kind/technical-debt
The code needs love. Refactoring.
Hacktoberfest
Participate in https://hacktoberfest.digitalocean.com
labels
Oct 22, 2019
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
lachmanfrantisek
removed
the
Hacktoberfest
Participate in https://hacktoberfest.digitalocean.com
label
Nov 4, 2019
This comment has been minimized.
This comment has been minimized.
lachmanfrantisek
added
the
complexity/epic
Lost of work ahead, planning/design required.
label
Jan 3, 2020
This comment has been minimized.
This comment has been minimized.
lachmanfrantisek
added
the
Hacktoberfest
Participate in https://hacktoberfest.digitalocean.com
label
Sep 30, 2020
shepherdjay
added a commit
to shepherdjay/ogr
that referenced
this issue
Oct 9, 2021
mypy error cleanup packit#251
Closed
lachmanfrantisek
removed
the
complexity/epic
Lost of work ahead, planning/design required.
label
Oct 12, 2022
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: