Use mypy for type annotation linting #187
Labels
enhancement 🚀
New feature or request
good first issue
Good for newcomers
maintenance
question
Further information is requested
This would improve the code base, make it more readable for newcomers, and also help find undiscovered bugs.
Suggested way forward:
pip install mypy
(or better, added to test dependencies)cd webviz_config
mypy --package webviz_config --ignore-missing-imports --disallow-untyped-defs
The text was updated successfully, but these errors were encountered: