Yelp / bravado-core

Other
109 stars 98 forks source link

Enhance typing annotations #361

Closed macisamuele closed 4 years ago

macisamuele commented 4 years ago

This PR does extract part of the work done in #314.

Not all the models have yet typing so mypy has been configured to be strict on all the typed modules and more relaxed on the non-typed ones (bravado_core.docstring, bravado_core.model, bravado_core.operation, bravado_core.param, bravado_core.request, bravado_core.resource, bravado_core.response, bravado_core.spec, bravado_core.spec_flattening)

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.01%) to 98.514% when pulling 895cdec7b052a4c23cfea02063097b728ba0c846 on macisamuele:maci-typing into 9c20a251f016870f1f716b7217d3dae4ebbf9c56 on Yelp:master.