Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 362 Bytes

File metadata and controls

9 lines (6 loc) · 362 Bytes

mypykaizen

Wrapper around mypy which prevents the number of typecheck errors from increasing but which does not force you to fix them all.

Start using and enforcing mypy type checking without first having to fix ALL the errors up front. This tool enforces that the total number of errors is only allowed to go down or stay the same.

Currently experimental.