| commit | 4d50109b04e21fcd2b3dd272eea0925d51537f8d | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Mon Apr 28 13:21:53 2025 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 28 14:10:38 2025 -0700 |
| tree | 1b9a3d7c6c7e2f90e2500064fadf24eeee1ff86d | |
| parent | 7511154b821ca07f162f775ba152e65e90e3adc1 [diff] |
toolchain_utils_githooks: run mypy by default This CL should be a nop; it lists all Python files _not_ covered by the existing mypy allowlist, to exempt them from mypy checks. Ideally, a lot of these should be trivial to remove from the blocklist, but it's cheap to opt all new files _in_, so let's start with that. BUG=b:413369761 TEST=Ran the script Change-Id: Ida1f200221437f2a72ee1c0be09adba60a4a68f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6496309 Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: 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.