elixir-cloud-aai / foca

Opinionated Flask microservice archetype for quick OpenAPI-based microservice development
Apache License 2.0
16 stars 12 forks source link

build: make project PEP 561 compliant #187

Closed uniqueg closed 12 months ago

uniqueg commented 1 year ago

Projects using FOCA will not benefit from type hints inside FOCA as long as FOCA does not comply with PEP 561.

At the very least, we will need to put an empty py.typed file in the project root, possibly more. See this discussion for more details.