https://github.com/tetienne/pre-commit-hooks
Some hooks to use with pre-commit
https://github.com/tetienne/pre-commit-hooks
pre-commit pre-commit-hooks
Last synced: 3 months ago
JSON representation
Some hooks to use with pre-commit
- Host: GitHub
- URL: https://github.com/tetienne/pre-commit-hooks
- Owner: tetienne
- Created: 2020-07-15T09:51:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T14:19:39.000Z (over 5 years ago)
- Last Synced: 2025-02-10T11:34:28.069Z (11 months ago)
- Topics: pre-commit, pre-commit-hooks
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pre-commit-hooks
================
See also: https://github.com/pre-commit/pre-commit
### Using pre-commit-hooks with pre-commit
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/tetienne/pre-commit-hooks
rev: v1.0.0 # Use the ref you want to point at
hooks:
- id: poetry-update
# - id: ...
```
### Hooks available
#### `poetry-update`
Run `poetry update` when poetry.lock file has been modified during a checkout.