Skip to content

Conversation

@pavoljuhas
Copy link
Collaborator

Revise coding-style advice to prefer unquoted annotations which are
enabled by from __future__ import annotations

Ref: https://peps.python.org/pep-0563/

Related to #1999

Revise coding-style advice to prefer unquoted annotations which are
enabled by `from __future__ import annotations`

Ref: https://peps.python.org/pep-0563/

Related to quantumlib#1999
@pavoljuhas pavoljuhas force-pushed the style-update-typing-info branch from 77d0529 to 37af870 Compare April 3, 2025 03:58
@pavoljuhas pavoljuhas requested a review from mhucka April 3, 2025 03:59
@codecov
Copy link

codecov bot commented Apr 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.14%. Comparing base (11f0f51) to head (37af870).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7222      +/-   ##
==========================================
- Coverage   98.14%   98.14%   -0.01%     
==========================================
  Files        1104     1104              
  Lines       96352    96352              
==========================================
- Hits        94569    94563       -6     
- Misses       1783     1789       +6     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@mhucka mhucka left a comment

Choose a reason for hiding this comment

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

LGTM

@mhucka mhucka added this pull request to the merge queue Apr 3, 2025
Merged via the queue into quantumlib:main with commit d909a6e Apr 3, 2025
38 checks passed
@pavoljuhas pavoljuhas deleted the style-update-typing-info branch April 3, 2025 06:04
BichengYing pushed a commit to BichengYing/Cirq that referenced this pull request Jun 20, 2025
…ib#7222)

Revise coding-style advice to prefer unquoted annotations which are
enabled by `from __future__ import annotations`

Ref: https://peps.python.org/pep-0563/

Related to quantumlib#1999
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