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

Add Misssing Type Annotations #22

Merged
merged 5 commits into from
Sep 20, 2022
Merged

Add Misssing Type Annotations #22

merged 5 commits into from
Sep 20, 2022

Conversation

tcfranks
Copy link
Contributor

resolves #15
submitted for review / comment

Copy link
Member

@tekktrik tekktrik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few bits of feedback, thanks for the PR!

adafruit_max31856.py Outdated Show resolved Hide resolved
adafruit_max31856.py Outdated Show resolved Hide resolved
def reference_temperature_thresholds(self, val): # pylint: disable=invalid-name
def reference_temperature_thresholds( # pylint: disable=invalid-name,
self, val: Tuple[float, float]
) -> None: # pylint: disable=invalid-name
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here, I think it's this second # pylint: disable=invalid-name you can get rid of.

adafruit_max31856.py Outdated Show resolved Hide resolved
Copy link
Member

@tekktrik tekktrik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for another great PR!

@tekktrik tekktrik merged commit 072c3df into adafruit:main Sep 20, 2022
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Sep 21, 2022
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