spotfiresoftware / spotfire-python

Package for Building Python Extensions to Spotfire®
Other
18 stars 6 forks source link

Explore 'mypy' for static typing analysis of Python code #51

Closed bbassett-tibco closed 9 months ago

bbassett-tibco commented 1 year ago

To help keep code quality high, we should utilize the mypy static type checker. Static type checking allows for us to verify that the typing annotations are correct and match the usage in other parts of the source tree (which should help to prevent errors from occurring).

bbassett-tibco commented 9 months ago

Mypy scanning has been integrated into the static analysis workflows.