# Pre Commit Hooks ## Install Install pre-commit: ``` pip install pre-commit # or brew install pre-commit ``` Apply to local ``` pre-commit install ```