Commit Graph

1 Commits

Author SHA1 Message Date
Marko Bencun
ed1125115f
typecheck bitbox02.py
Since trezorlib is imported also by bitbox02, it would be type-checked
by mypy. Since it contains no types, it is easiest to ignore trezorlib
in mypy.

--implicit-reexport is disabled by --strict, but that is a bit too
strict. The bitbox02 package relies on implicit reexports.
2020-08-26 17:54:54 +02:00