All Projects → pre-commit → Demo Repo

pre-commit / Demo Repo

Programming Languages

ruby
36898 projects - #4 most used programming language

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

Example failures

Successful commit

Example failures

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].