Stats
Actions
Tags
From pythonic
Blocks destructive git commands and hardcoded secrets from being written, then auto-formats edited files after write operations. Executes bash scripts to enforce safety and code quality.
2 events · 4 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && uv run ruff format "$FILE_PATH"Bashuv run ruff check . && uv run mypy src && uv run pytestWrite|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && uv run ruff check --fix "$FILE_PATH"Write|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && FILE_NAME=$(basename "$FILE_PATH" .py) && uv run pytest tests/test_${FILE_NAME}.pynpx claudepluginhub jwplatta/agent-cubicle --plugin pythonic137plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 137 plugins