16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"hooks": {
|
|
"Stop": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "uv run python \"$(git rev-parse --show-toplevel)/.codex/hooks/stop_repo_tidy.py\"",
|
|
"timeout": 20
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|