An open API service indexing awesome lists of open source software.

https://github.com/jtemporal/pre-commit-demo


https://github.com/jtemporal/pre-commit-demo

Last synced: 15 days ago
JSON representation

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)