始める無料で始める

Enforce Formatting on Every File Edit

Your team requires all Python files to be formatted with Black before they're shared. You added a note in CLAUDE.md asking Claude to run Black after edits — but it occasionally skips it. That's expected: CLAUDE.md instructions are best-effort suggestions, not guarantees. A post-tool-use hook is different. It fires automatically after every file edit, every single time, with no exceptions.

The team's project is already in your working directory at /home/repl/climate-analysis/..

この演習はコースの一部です

Claude Code 101

コースを見る

演習の手順

  • Start Claude Code with claude.
  • Ask Claude to add a post-tool-use hook to settings.json that runs black on any Python file after it is edited.
  • When done, type /exit to exit Claude Code.

実践的なインタラクティブ演習

理論を実践に変える、インタラクティブな演習のひとつをお試しください

演習を開始する