UNPKG

opencode-agent-kit

Version:

Multi-stack OpenCode agent toolkit — 33+ specialized AI agents, 200+ skills, 46 commands, 8 MCP servers (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube, and more)

15 lines (8 loc) 380 B
# Python Hooks > This file extends [common/hooks.md](../common/hooks.md) with Python specific content. ## PostToolUse Hooks Configure in `~/.claude/settings.json`: - **black/ruff**: Auto-format `.py` files after edit - **mypy/pyright**: Run type checking after editing `.py` files ## Warnings - Warn about `print()` statements in edited files (use `logging` module instead)