UNCLASSIFIED - NO CUI

Skip to content

Resolve "Start enforcing mypy for new/updated files"

David Akusu requested to merge 816-mypy-job into master

Description

New pipeline job for type checking. Currently this job spits out the errors but doesn't hard fail the pipeline. The next phase will be to apply mypy to ironbank-modules, fix all the errors, and replicate that work in any future modules we create. Once all errors have been resolved, the mypy job should be modified to hard fail if it encounters any type errors.

Risk

Rollback Plan

Testing

Closes #816 (closed)

Edited by David Akusu

Merge request reports