elixir-cloud-aai / proWES

Proxy service for injecting middleware into GA4GH WES requests
Apache License 2.0
3 stars 5 forks source link

ci: check types with mypy #77

Closed uniqueg closed 9 months ago

uniqueg commented 1 year ago

Ensure that type hints are available for all function/method signatures and global/local variables, use mypy to correct typing problems and include type checking in the CI workflow.