Closed chillenzer closed 1 year ago
I'm somewhat dubious of adding type annotations before having some way to check their correctness (similar to having comments that can desync from the code); once we have a test suite that we can run mypy
on then this would seem to make sense.
On that note: Wanna try ruff
for that? I have read some good things about it recently but never tried it.
PS: Actually not sure, if it supports type checking by now but for the rest I mean...
Sure, why not
Any good reason for not using strict
mypy
mode?