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
- Host: GitHub
- URL: https://github.com/shuklaayush/pre-commit-forge
- Owner: shuklaayush
- Created: 2022-03-09T16:32:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T09:13:48.000Z (about 3 years ago)
- Last Synced: 2024-12-26T20:17:10.042Z (5 months ago)
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
```