I ditched my terminal for Claude's built-in code executor, and I'm not going back.
Auto-fixer for Python code that adds typing.Final annotation to variable assignments inside functions that are not reassigned, and removes the annotation from variables that are mutated.