dynamorio
dynamorio copied to clipboard
Run pytype on python scripts as part of test suite
This is a feature request to run pytype on the handful of python scripts as part of our automated tests. We run it internally, so an upstream check would prevent import failures for us, as well as improve upstream health generally.
#6580 is an example issue we have hit.