pre-commit — Easy Playground
Git pre-commit hook framework
Getting started with pre-commitRun locally
Install
pip install pre-commitPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pre_commit)
pre-commit is a third-party package. Git pre-commit hook framework. Install with: pip install pre-commit
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?