Pre Commit --- > https://pre-commit.com/ ## Install Install pre-commit: ``` pip install pre-commit # or brew install pre-commit ``` Apply to local ``` pre-commit install ```