https://github.com/pre-commit/demo-repo
https://github.com/pre-commit/demo-repo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pre-commit/demo-repo
- Owner: pre-commit
- Created: 2014-03-14T18:36:12.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T18:12:26.000Z (11 months ago)
- Last Synced: 2025-06-09T20:39:55.160Z (7 months ago)
- Language: Ruby
- Size: 2.26 MB
- Stars: 81
- Watchers: 5
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
demo-repo
=========
This is a demo repo to demonstrate pre-commit hooks.
pre-commit: https://github.com/pre-commit/pre-commit
Simple instructions to see this repo in action.
$ virtualenv venv
$ . venv/bin/activate
$ pip install pre-commit
$ pre-commit install
$ pre-commit run --all-files
# Should show some output with some passing and some failing hooks
## Some Screenshots
### Example hook failures

### Successful commit
