aboutsummaryrefslogtreecommitdiff
path: root/toolchain_utils_githooks
AgeCommit message (Expand)Author
2024-04-02check-presubmit: add missing fGeorge Burgess IV
2024-04-02replace shlex.quote with shlex.joinGeorge Burgess IV
2024-03-15afdo_tools: add update_kernel_afdo.pyGeorge Burgess IV
2024-03-13toolchain_utils_githooks: add --install_deps_only flagGeorge Burgess IV
2023-12-27toolchain_utils_githooks: add script to mypy checksGeorge Burgess IV
2023-12-22llvm_tools: opt into static checking for all Python codeBob Haarman
2023-12-22cros_utils/tiny_render.py: fix mypy complaintsBob Haarman
2023-12-22llvm_tools/llvm_project.py: opt into static type checkingBob Haarman
2023-12-21llvm_tools/check_clang_diags.py: fix mypy complaintsBob Haarman
2023-12-21cros_utils/bugs.py: fix type annotations and opt into static checkingBob Haarman
2023-12-21llvm_tools/modify_a_tryjob.py: opt into static type checkingBob Haarman
2023-12-21llvm_tools/update_packages_and_run_tests.py: add type annotationsBob Haarman
2023-12-21llvm_tools/update_chromeos_llvm_hash.py: fix type errors and unit testBob Haarman
2023-12-21llvm_tools/manifest_utils.py: opt into static type checkingBob Haarman
2023-12-21llvm_tools/patch_{manager,utils}.py: opt into static type checkingBob Haarman
2023-12-21llvm_tools/get_llvm_hash.py: annotate and opt into static type checkingBob Haarman
2023-12-21llvm_tools/git.py: opt into static type checkingBob Haarman
2023-12-21llvm_tools/atomic_write_file.py: fix type annotation errorsBob Haarman
2023-12-19llvm_tools/git_llvm_rev.py: opt into static type checkingBob Haarman
2023-12-14llvm_tools/chroot: add type annotations and opt into static checkingBob Haarman
2023-12-04check-presubmit: use mypy to check everything in rust_toolsGeorge Burgess IV
2023-11-07llvm_tools: add revert report generationGeorge Burgess IV
2023-11-06check-presubmit: move `get_from_pip` under `get_pip` checkGeorge Burgess IV
2023-11-06check-presubmit: put cros_utils on PYTHONPATHGeorge Burgess IV
2023-11-06check-presubmit: silence mypy on imported modulesGeorge Burgess IV
2023-10-09check-presubmit.py: support directories in mypy allowlistGeorge Burgess IV
2023-10-07check-presubmit: complain about changes to compiler_wrapperGeorge Burgess IV
2023-08-30githooks: import typenames instead of "import typing as t"Bob Haarman
2023-08-28githooks: fix type errorsBob Haarman
2023-08-25githooks: add Python type checking using mypyBob Haarman
2023-08-17toolchain_utils_githooks: rewrite pip installation logicGeorge Burgess IV
2023-08-14githooks: remove USE_PYTHON3 = TrueBob Haarman
2023-08-14githooks: shorten too-long linesBob Haarman
2023-06-05toolchain_utils_githooks: Remove dependenciesJordan R Abrahams-Whitehead
2023-04-20githooks: remove all mentions of yapfGeorge Burgess IV
2022-12-16presubmits: add USE_PYTHON3 tagGeorge Burgess IV
2022-10-15toolchain_utils_githooks: Add line-length to blackJordan R Abrahams-Whitehead
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-09-07check-presubmit: use subprocess.runGeorge Burgess IV
2022-09-07Autoformat all Python codeGeorge Burgess IV
2022-09-07check-presubmit: add support for the new python formatter, blackGeorge Burgess IV
2022-05-10check-presubmit: use `isort` with `yapf`George Burgess IV
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2021-04-12PRESUBMIT.cfg: drop --py3 to cros lintMike Frysinger
2020-06-30presubmits: respect CHROMEOS_ROOT_DIRECTORY when entering the chrootGeorge Burgess IV
2020-06-30presubmits: add types to check-presubmit.py.George Burgess IV
2020-05-13githooks: ensure pip + scipy are installedGeorge Burgess IV
2020-05-05githooks: enter the chroot in presubmitsGeorge Burgess IV
2020-02-13toolchain-utils: migrate all in-use projects to python 3Zhizhou Yang
2019-11-09githooks: overhaul presubmit checks; automatically apply fixesGeorge Burgess IV