pre-commit — Easy Playground
Framework for managing Git pre-commit hooks (linting, formatting, etc.)
What is pre-commit?Run locally
Install
pip install pre-commitPython CodeRun locally
pre-commit is part of the Python ecosystem. Framework for managing Git pre-commit hooks (linting, formatting, etc.).
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?