mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-02 15:32:34 +00:00
17 lines
278 B
JSON
17 lines
278 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"preToolUse": [
|
|
{
|
|
"type": "command",
|
|
"bash": "hooks/attester-import-check/check-imports.py",
|
|
"cwd": ".",
|
|
"env": {
|
|
"ATTESTER_MODE": "block"
|
|
},
|
|
"timeoutSec": 30
|
|
}
|
|
]
|
|
}
|
|
}
|