FjolleJagt / kbhff_selenium_tests

2 stars 1 forks source link

Type checks #28

Open cleborys opened 5 years ago

cleborys commented 5 years ago

Are nice to have! Here is a guide: https://realpython.com/python-type-checking/, the "recommended" approach seems to be mypy for static type checking with annotations.