https://github.com/jtemporal/pre-commit-demo
https://github.com/jtemporal/pre-commit-demo
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jtemporal/pre-commit-demo
- Owner: jtemporal
- Created: 2020-08-07T03:53:06.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-08-07T03:54:30.000Z (almost 6 years ago)
- Last Synced: 2025-11-30T11:55:57.952Z (7 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pre-Commit Demo
install requirements:
```console
pip install -r requirements.txt
```
configure pre-commit
```console
pre-commit install
```
run pre-commit for all files
```console
pre-commit run --all-files
```
## Refs:
- [pre-commit documentation](https://pre-commit.com/)
- [Available pre-commit hooks](https://github.com/pre-commit/pre-commit-hooks)