common-workflow-language / schema_salad

Semantic Annotations for Linked Avro Data
https://www.commonwl.org/v1.2/SchemaSalad.html
Apache License 2.0
72 stars 62 forks source link

get our typeshed merged upstream and in the next mypy release #23

Open mr-c opened 8 years ago

mr-c commented 8 years ago

If they aren't present already then permission will have to be obtained

mr-c commented 8 years ago

Some progress via https://github.com/python/typeshed/pull/185

manu-chroma commented 7 years ago

If we're targeting Python 3 compatible codebase and have plans to drop --py2 flag eventually from mypy, should we focus on populating typeshed/3 directly?

mr-c commented 7 years ago

We should be able to maintain correct type hints that work simultaneously for both Py2 & Py3.

There will be two Makefile targets for mypy: one with --py2 and one without.

manu-chroma commented 7 years ago

I was under the assumption that we drop py2 support from mypy as soon as we make it work without --py2 flag. thanks for clarification.