Strict Python formatter hook
/plugin marketplace add ftnext/claude-code/plugin install opinionated-python-hook@ftnext/claude-codeEdit|Writejq -r '.tool_input.file_path' | { read file_path; if echo "$file_path" | grep -q '\.py$'; then "$CLAUDE_PLUGIN_ROOT"/hooks/python_format.sh "$file_path"; fi; }