-
Notifications
You must be signed in to change notification settings - Fork 16
[Refactor] Add type hints to geomap.py
and a small test refactor
#1706
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
Conversation
ce92b28
to
7f2dcb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we refresh this or trash it?
I'd say refresh. I did this because I was working geomapper at some point and the lack of argument types was confusing my IDE. |
alright, when you get a minute, rebase onto main to bring it back up to date, then i'll tag nat for a review |
geomap.py
geomap.py
and a small test refactor
dc21376
to
75a3c14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the .git-blame-ignore-revs
file -- did you mean to remove that from the PR?
Aside from that, looks good!
291e316
to
ef7c314
Compare
ef7c314
to
d4b056e
Compare
praise: good job finishing this off! |
Description
geomap.py
_delphi_utils
Changelog
You can see the changes in the commit log.
Also adds
.git-blame-ignore-revs
, which you can use to ignore the changes in the83cb164
commit (or whatever commits you paste into it) when usinggit blame
(idea taken fromblack
documentation). If you're a GitLens user, here's the solution.