시작하기무료로 시작하기

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.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작