DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.61k stars 554 forks source link

Run pytype on python scripts as part of test suite #6602

Open derekbruening opened 7 months ago

derekbruening commented 7 months ago

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.

derekbruening commented 7 months ago

6580 is an example issue we have hit.