btrack icon indicating copy to clipboard operation
btrack copied to clipboard

Add `mypy` checks to `pre-commit` checks

Open paddyroddy opened this issue 2 years ago • 1 comments

mypy is a great library which has a pre-commit hook. It allows you to enforce that python typing is obeyed (but would pass if no typing) i.e. a function expecting an int but receives a float would be a fail

I've checked how the repo is doing and at the moment it fails mypy big time

paddyroddy avatar Feb 18 '22 18:02 paddyroddy

working on this in fix-issue-84 branch

paddyroddy avatar Mar 10 '22 16:03 paddyroddy