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

https://github.com/shuklaayush/pre-commit-forge

pre-commit hooks for forge
https://github.com/shuklaayush/pre-commit-forge

Last synced: 9 days ago
JSON representation

pre-commit hooks for forge

Awesome Lists containing this project

README

        

# pre-commit-forge

## Usage

Add the following entry to `.pre-commit-config.yaml`:

```yaml
- repo: git://github.com/shuklaayush/pre-commit-forge
sha: HEAD
hooks:
- id: forge-snapshot
# args: ["--asc", "--allow-failure"]
```