1{ 2 "pw": { 3 "pw_cli": { 4 "plugins": { 5 "presubmit": { 6 "module": "open_dice_tools.presubmit", 7 "function": "main" 8 } 9 } 10 }, 11 "pw_presubmit": { 12 "format": { 13 "python_formatter": "black", 14 "exclude": [ 15 "third_party/.*/src", 16 "third_party/boringssl/err_data.c", 17 "^patches\\.json$" 18 ] 19 } 20 }, 21 "pw_env_setup": { 22 "root_variable": "OPEN_DICE_ROOT", 23 "relative_pigweed_root": "third_party/pigweed/src", 24 "cipd_package_files": [ 25 "third_party/pigweed/src/pw_env_setup/py/pw_env_setup/cipd_setup/default.json" 26 ], 27 "virtualenv": { 28 "gn_root": ".", 29 "gn_targets": [ 30 ":python.install" 31 ] 32 }, 33 "gni_file": "build_overrides/pigweed_environment.gni" 34 } 35 } 36} 37