NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
187 stars 76 forks source link

Type hints support #230

Open sverhoeven opened 3 years ago

sverhoeven commented 3 years ago

For library users it is beneficial if typings in the library are available. It will make writing code in an IDE much richer and less error prone. Having typing from the start will help library developers take typings into account.

Adding support could involve:

sverhoeven commented 2 months ago

The linter rules might need adjusting if typing feature is included.

bouweandela commented 2 months ago

The Python chapter in the guide also needs to be updated to recommend type hints