| commit | 679eee7e2a7ab53a370e8eceeea1118cc8a83dd1 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Mon Dec 04 09:17:17 2023 -0700 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 04 21:49:43 2023 +0000 |
| tree | e0a3a7dba0a490bf9f3e51195c1dfd608cae04d2 | |
| parent | 763a108b044a3880279573e1b9b97260ced20e81 [diff] |
rust_tools: fix mypy type complaints This fixes all type complaints issued by `PYTHONPATH=.. python3 -m mypy --follow-imports=silent *.py` in this directory. BUG=b:314767343 TEST=mypy Change-Id: Ic376bc75d601987e30ed30db446c2842b3fe479f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5084477 Tested-by: George Burgess <gbiv@chromium.org> Reviewed-by: Bob Haarman <inglorion@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help, or refer to the header of the script for more information.