Skip to content

Commit 84c96fe

Browse files
SonAIengineclaude
andcommitted
feat: pre-commit hook 지원 추가
.pre-commit-hooks.yaml 생성, README에서 coming soon 제거. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 355d6f8 commit 84c96fe

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.pre-commit-hooks.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- id: toolint
2+
name: toolint
3+
description: Structural linter for MCP-compatible Python agent tool packages
4+
entry: toolint check
5+
language: python
6+
types: [python]
7+
pass_filenames: false
8+
always_run: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Or use `.toolint.toml` as a standalone config file.
183183
run: uvx toolint check .
184184
```
185185
186-
### Pre-commit (coming soon)
186+
### Pre-commit
187187
188188
```yaml
189189
repos:

0 commit comments

Comments
 (0)