pedrorrivero / qrand

A multiprotocol and multiplatform quantum random number generation framework
https://pypi.org/project/qrand/
Apache License 2.0
23 stars 14 forks source link

A few errors when type-checking with mypy #26

Closed LaurentAjdnik closed 2 years ago

LaurentAjdnik commented 2 years ago

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Run mypy on the module

Expected behavior

No type-check error thrown by mypy.

Screenshots

Not applicable.

Desktop (please complete the following information):

Additional context

Not applicable.

pedrorrivero commented 2 years ago

Hi @LaurentAjdnik I am unable to reproduce this issue, even on a fresh install. Can you elaborate?

LaurentAjdnik commented 2 years ago

Using these merciless options: 😉

python -m mypy --ignore-missing-imports --warn-return-any --warn-redundant-casts --warn-unused-ignores qrand