Closed mrwilson closed 1 year ago
Resolves #43 by adding return types, and type-checking with mypy as part of the pre-merge check process.
mypy
This highlighted where a variable was being reused for different purposes (a list of status lines, and the actual result status)
Resolves #43 by adding return types, and type-checking with
mypy
as part of the pre-merge check process.This highlighted where a variable was being reused for different purposes (a list of status lines, and the actual result status)