blob: 8e3df934b79b183e245d867669982654d9d1dc7b [file] [log] [blame]
use_relative_paths = True
hooks = [
{
"name": "remove_orphaned_pycs",
"pattern": ".",
"action": [
"python3", "-u", "hook-scripts/remove_orphaned_pycs.py",
],
},
{
"name": "vpython_sync",
"pattern": ".",
"action": [
"vpython3",
"-vpython-spec", ".vpython3",
"-vpython-tool", "install",
],
},
]