Closed
Description
Feature or enhancement
Right now we already have 3 fully typed and checked tools:
- Add type annotations to clinic.py #104050
- Run
mypy
onTools/peg_generator
#108455 - Run
mypy
oncases_generator
#104504
I think we can also add Tools/wasm
quite easily to this list.
Tools/wasm
already has most of the type annotations, but there are some mypy errors to fix.