Skip to content

Commit cc2098e

Browse files
chore: replace pre-commit with prek
Update AGENTS.md and devbox.json references from pre-commit to prek. Fix JSON formatting and missing trailing newlines (prek hook auto-fix). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3ea03d commit cc2098e

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
".": "1.1.2"
3-
}
3+
}

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Always use Context7 MCP when I need library/API documentation, code generation,
2828
- Linting: `uv run ruff check --fix --respect-gitignore` or `task lint`
2929
- Formatting: `uv run ruff format --respect-gitignore` or `task format`
3030
- Check dependencies: `uv run deptry .` or `task deptry`
31-
- Pre-commit hooks: `pre-commit run --all-files` or `task pre-commit`
31+
- Pre-commit hooks: `prek run --all-files` or `task pre-commit`
3232

3333
## Code Style Guidelines
3434

devbox.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": {
3-
"gh": "latest",
4-
"git": "latest",
3+
"gh": "latest",
4+
"git": "latest",
55
"glib": "latest",
66
"glibcLocalesUtf8": {
77
"version": "latest",
@@ -10,24 +10,24 @@
1010
"aarch64-linux"
1111
]
1212
},
13-
"gnumake": "latest",
14-
"go-task": "latest",
15-
"kubectl": "latest",
16-
"nodejs": "latest",
17-
"openssl": "latest",
18-
"pre-commit": "latest",
19-
"ruff": "latest",
20-
"tilt": "latest",
21-
"uv": "latest"
13+
"gnumake": "latest",
14+
"go-task": "latest",
15+
"kubectl": "latest",
16+
"nodejs": "latest",
17+
"openssl": "latest",
18+
"prek": "latest",
19+
"ruff": "latest",
20+
"tilt": "latest",
21+
"uv": "latest"
2222
},
2323
"env": {
24-
"VENV_DIR": ".venv",
25-
"UV_HTTP_TIMEOUT": "90",
24+
"VENV_DIR": ".venv",
25+
"UV_HTTP_TIMEOUT": "90",
2626
"UV_COMPILE_BYTECODE": "1",
27-
"UV_LINK_MODE": "copy",
28-
"LANG": "en_US.UTF-8",
29-
"LC_ALL": "en_US.UTF-8",
30-
"LANGUAGE": "en_US.UTF-8"
27+
"UV_LINK_MODE": "copy",
28+
"LANG": "en_US.UTF-8",
29+
"LC_ALL": "en_US.UTF-8",
30+
"LANGUAGE": "en_US.UTF-8"
3131
},
3232
"shell": {
3333
"init_hook": [
@@ -36,10 +36,10 @@
3636
"uv pip install -r pyproject.toml --all-extras"
3737
],
3838
"scripts": {
39-
"install": "uv pip install -r pyproject.toml --all-extras",
39+
"install": "uv pip install -r pyproject.toml --all-extras",
4040
"export-reqs": "uv pip freeze | uv pip compile - -o requirements.txt",
41-
"venv": "uv venv ${VENV_DIR}",
42-
"test": "pytest"
41+
"venv": "uv venv ${VENV_DIR}",
42+
"test": "pytest"
4343
}
4444
}
4545
}

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
}
1111
},
1212
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
13-
}
13+
}

0 commit comments

Comments
 (0)