-
Notifications
You must be signed in to change notification settings - Fork 6
Missing Type Annotations #12
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
Labels
Comments
kbsriram
added a commit
to kbsriram/Adafruit_CircuitPython_IterTools
that referenced
this issue
Feb 16, 2024
This adds a subset of type annotations for adafruit#12 This PR just adds "simpler" annotations that are hopefully easier to review in one shot, with follow-up but smaller PRs for some of the trickier items.
kbsriram
added a commit
to kbsriram/Adafruit_CircuitPython_IterTools
that referenced
this issue
Feb 24, 2024
This adds another set of type annotations for adafruit#12 - Mypy passes the adafruit_itertools module without errors. - Added tests for functionality and to exercise type annotations, and mypy also passes these tests without errors.
kbsriram
added a commit
to kbsriram/Adafruit_CircuitPython_IterTools
that referenced
this issue
Apr 29, 2024
- Fixed a small bug with all_equal() on empty inputs. - Fixed a documentation bug with pairwise(). - Added tests for all methods. - Verified mypy --warn-unused-ignores --disallow-untyped-defs runs successfully on tests. Fixes adafruit#12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: