dakk / qlasskit

A python-to-quantum compiler
https://dakk.github.io/qlasskit/
Apache License 2.0
56 stars 11 forks source link

Remove type inconsistency #38

Open dakk opened 6 months ago

dakk commented 6 months ago

In some places of the code we are using type: ignore for disabling mypy checks. We need to remove all ignores, enforcing type consistency.

$ grep -R "type: ignore" * | wc -l
87
dakk commented 5 months ago

Now is 57 after merging https://github.com/dakk/qlasskit/commit/a68508477ac5fed35dff0b4994408674a9a92348