https://github.com/claranet/pre-commit-hooks
Some out-of-the-box hooks for pre-commit
https://github.com/claranet/pre-commit-hooks
claranet misc pre-commit
Last synced: about 1 month ago
JSON representation
Some out-of-the-box hooks for pre-commit
- Host: GitHub
- URL: https://github.com/claranet/pre-commit-hooks
- Owner: claranet
- Created: 2023-03-15T18:11:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T14:41:24.000Z (almost 3 years ago)
- Last Synced: 2025-07-09T10:49:11.740Z (8 months ago)
- Topics: claranet, misc, pre-commit
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 26
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Claranet's pre-commit hooks
This is a colleciton of [pre-commit](http://pre-commit.com) hooks made and used by Claranet
## Hooks
* [gitlab-ci-local](#gitlab-ci-local)
### [gitlab-ci-local](https://github.com/firecow/gitlab-ci-local)
```yaml
- repo: https://github.com/claranet/pre-commit-hooks
rev: v1.0.0
hooks:
- id: gitlab-ci-local
# optional custom config:
args:
- Lint # Jobname's to execute
```