docker-science / cookiecutter-docker-science

Cookiecutter template for data scientists working with Docker containers
https://docker-science.github.io/
Apache License 2.0
349 stars 80 forks source link

Support type hinting #86

Closed takahi-i closed 3 years ago

takahi-i commented 5 years ago

Add target

type-check: ## check types with mypy
    mypy -p package-name

Add dependency to requirments-dev.txt

Need to add mypy.

takahi-i commented 3 years ago

Duplicated with #101