Open aleksanderczerwionka opened 3 weeks ago
If we want to use type hinting, we should fix current code base and use static type checking before PR. We need to research best way to type check(e.g. mypy .), maybe add it to Actions before merge.
@kobryl Can you confim whenever it's reasonably easy to add this to git actions?
I also wanted to raise that issue. I think we should use type checks
If we want to use type hinting, we should fix current code base and use static type checking before PR. We need to research best way to type check(e.g. mypy .), maybe add it to Actions before merge.