qlasskit icon indicating copy to clipboard operation
qlasskit copied to clipboard

Remove type inconsistency

Open dakk opened this issue 1 year ago • 1 comments

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 avatar Apr 02 '24 08:04 dakk

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

dakk avatar Apr 11 '24 11:04 dakk