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

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

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
```