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>
1 file changed
tree: 1b9a3d7c6c7e2f90e2500064fadf24eeee1ff86d
  1. afdo_metadata/
  2. afdo_redaction/
  3. afdo_tools/
  4. bot_tools/
  5. compiler_wrapper/
  6. contrib/
  7. cros_utils/
  8. cwp/
  9. llvm_extra/
  10. llvm_patches/
  11. llvm_tools/
  12. pgo_tools/
  13. pgo_tools_rust/
  14. py/
  15. rust-analyzer-chromiumos-wrapper/
  16. rust_tools/
  17. seccomp_tools/
  18. toolchain_utils_githooks/
  19. upstream_workon/
  20. .gitignore
  21. android_merge_from_upstream.sh
  22. auto_abandon_cls.py
  23. check_portable_toolchains.py
  24. compiler-test.sh
  25. crate_ebuild_help.py
  26. DIR_METADATA
  27. LICENSE
  28. OWNERS
  29. OWNERS.toolchain
  30. ping_automatic_cls.py
  31. PRESUBMIT.cfg
  32. pyrightconfig.json
  33. pyrun
  34. python_wrapper.py
  35. README.chromium
  36. README.md
  37. run_python_tests.sh
  38. run_tests_for.py
README.md

toolchain-utils

Various utilities used by the ChromeOS toolchain team.

Note

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.