third_party.pigweed.src/pw_env_setup/config.json
Rob Mohr ca478ecc75 pw_presubmit: Update Python checks
Change top-level BUILD.gn python target to depend on both python and
target_support_packages in pw_env_setup.

Change presubmit steps in python_checks.py to use GN and include the
lint checks in Pigweed's lintformat program.

Change-Id: I895f663a8657a8be6aaa7ad37b6c11f09a964d80
Bug: 454
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/57700
Commit-Queue: Rob Mohr <mohrr@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
2021-08-25 20:23:03 +00:00

16 lines
390 B
JSON

{
"root_variable": "PW_ROOT",
"cipd_package_files": [
"pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json",
"pw_env_setup/py/pw_env_setup/cipd_setup/python.json",
"pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json",
"pw_env_setup/py/pw_env_setup/cipd_setup/luci.json"
],
"virtualenv": {
"gn_root": ".",
"gn_targets": [
":python.install"
]
}
}