cookieninja-generator / cookieninja

A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects - a cookiecutter fork
BSD 3-Clause "New" or "Revised" License
70 stars 7 forks source link

Add typing to the whole project #50

Open yuvaldolev opened 1 year ago

yuvaldolev commented 1 year ago

Currently, many parts of the project doesn't use type annotations. Type annotations should be added to the whole project, and typing should be forced using mypy.

liortct commented 1 year ago

Also need to add mypy to pre-commit after adding typing to the project.

yuvaldolev commented 1 year ago

Also need to add mypy to pre-commit after adding typing to the project.

Yap, I've written it in the description.