quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

update files to conform to new mypy standard #6662

Closed NoureldinYosri closed 2 months ago

NoureldinYosri commented 2 months ago

this changes updates code to conform to the new mypy standard.

Note that cirq-rigetti needs a lot of work so I temporarily turned off mypy checks for it and filed #6661 to track that work.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.81%. Comparing base (32d4833) to head (bcf256a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6662 +/- ## ========================================== - Coverage 97.81% 97.81% -0.01% ========================================== Files 1066 1066 Lines 91832 91833 +1 ========================================== Hits 89826 89826 - Misses 2006 2007 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.