snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Type hints #103

Closed kangz12345 closed 1 year ago

kangz12345 commented 1 year ago

I annotated all the type hints of functions and methods. The static type checkers, e.g. Pylance in VSCode?, will now check your code more thoroughly.

As a side effect, in a good way, a potential bug in datacalc is resolved. See also: commit 379fa80.

This closes #78. This resolves #89.