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

update: add binary operators in type hints (new in 3.10) #16

Merged
merged 9 commits into from
Oct 18, 2023
Merged

Conversation

krneta
Copy link
Contributor

@krneta krneta commented Oct 17, 2023

Issue #, if available:

Description of changes:

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@krneta krneta requested a review from ajberdy October 17, 2023 22:39
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0df6136) 97.81% compared to head (121dcde) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #16      +/-   ##
===========================================
+ Coverage   97.81%   100.00%   +2.18%     
===========================================
  Files           2         2              
  Lines         320       326       +6     
  Branches       95        97       +2     
===========================================
+ Hits          313       326      +13     
+ Misses          2         0       -2     
+ Partials        5         0       -5     
Files Coverage Δ
.../braket/flake8_plugins/braket_checkstyle_plugin.py 100.00% <100.00%> (+2.20%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ajberdy
ajberdy previously approved these changes Oct 17, 2023
@krneta krneta changed the title add binary operators in type hints (new in 3.10) update: add binary operators in type hints (new in 3.10) Oct 17, 2023
arg3 (int): This is yet another parameter
Returns:
int: value of the function.
"""
pass
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: newline. Looks unrelated to this change though. Does this package not get linted by itself or does it not check for newlines?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not for the example files we use for testing. They have errors on purpose.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh right, that makes sense lol

@krneta krneta merged commit 70b7622 into main Oct 18, 2023
11 checks passed
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.

2 participants