Static analysis of type hints using mypy
#702
Labels
feature request
Requests for features to be implemented
testing and CI
Unit tests, coverage and continuous integration
Is your feature request related to a problem? Please describe.
probnum
uses type hints quite extensively. However, since we do not run any static analysis tool on them, they are very prone to errors.Describe the solution you'd like.
mypy
tolinting-requirements.txt
and pin the major version numbermypy
environment to the tox configuration (similar to thepylint
environment)mypy
configuration to thepyproject.toml
filemypy
check to our GitHub Actions CI pipeline, initially only checkingprobnum._function
probnum.pn_method
Additional context
None
The text was updated successfully, but these errors were encountered: