Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrottenberg/pre-commit-hooks
Various pre-commit hooks
https://github.com/jrottenberg/pre-commit-hooks
Last synced: 19 days ago
JSON representation
Various pre-commit hooks
- Host: GitHub
- URL: https://github.com/jrottenberg/pre-commit-hooks
- Owner: jrottenberg
- License: apache-2.0
- Created: 2021-06-14T04:39:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T16:30:03.000Z (9 months ago)
- Last Synced: 2024-04-14T05:33:27.767Z (9 months ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pre-commit-hooks
## Installation
Step into the repository you want to have the pre-commit hooks installed and run:
```
cat < .pre-commit-config.yaml
repos:
- repo: https://github.com/jrottenberg/pre-commit-hooks
rev: v1.0.0 # pre-commit update - to keep the version up to date
hooks:
- id: pinned_update
EOF
```## Hooks
### Pinned Update
WIP: Update any pinned version discovered in the project.
#### Current
- Gitlab-ci
#### Next
- Dockerfile
### Secrets
TODO: detect if secrets are committed in clear, for sops, ansible-vault, etc