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

adding type annotations #29

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

FoamyGuy
Copy link
Contributor

@FoamyGuy FoamyGuy commented Dec 2, 2024

@ladyada
Resolves: #20

pylint failed for the argument named e, I'm not certain why since I didn't rename it or change the pylint version and it presumably succeeded sometime in the past. I wasn't sure what if anything the e was short for so I renamed the argument to other_polynomial which seems to describe what it is if my understanding of the code is accurate. I can put it back and use a lint ignore, or change it to something else is there is a different name that would be more appropriate.

@FoamyGuy FoamyGuy merged commit d2e3a05 into adafruit:main Dec 4, 2024
1 check passed
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Dec 5, 2024
Updating https://github.com/adafruit/Adafruit_CircuitPython_ICM20X to 2.1.3 from 2.1.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_ICM20X#27 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL115A2 to 1.1.18 from 1.1.17:
  > Merge pull request adafruit/Adafruit_CircuitPython_MPL115A2#15 from FoamyGuy/use_ruff
  > Merge pull request adafruit/Adafruit_CircuitPython_MPL115A2#14 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer to 4.5.10 from 4.5.9:
  > Merge pull request adafruit/Adafruit_CircuitPython_HTTPServer#98 from michalpokusa/video-streaming-example

Updating https://github.com/adafruit/Adafruit_CircuitPython_miniQR to 2.1.4 from 2.1.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_miniQR#30 from FoamyGuy/use_ruff
  > Merge pull request adafruit/Adafruit_CircuitPython_miniQR#29 from FoamyGuy/type_annotations

Updating https://github.com/adafruit/Adafruit_CircuitPython_turtle to 3.1.0 from 3.0.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_turtle#42 from FoamyGuy/standard_color_docs
  > Merge pull request adafruit/Adafruit_CircuitPython_turtle#43 from FoamyGuy/mode_default

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Updated download stats for the libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Type Annotations
2 participants