cfv-project / cfv

Command-line File Verify
GNU General Public License v2.0
58 stars 10 forks source link

Static typing with e.g. mypy #45

Open jarppiko opened 2 years ago

jarppiko commented 2 years ago

Hello,

I noticed cfv does not use type hints. Type hints and type checkers such as mypy are great aids for making robust code. Strongly recommended.

Cheers, J

lxp commented 2 years ago

I also think that adding type hints is a great idea. If anyone wants to give it a try, I would be happy to support it.