debian-bootc-base-images/.pre-commit-config.yaml
platform-engineering-bot dbd1155c90 chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.225.0
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2024-03-04 08:57:37 +01:00

31 lines
828 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
args:
- --markdown-linebreak-ext=md
- id: check-docstring-first
- id: requirements-txt-fixer
- id: check-merge-conflict
- id: no-commit-to-branch
args:
- "--branch"
- "main"
- id: check-symlinks
- id: detect-private-key
- id: detect-aws-credentials
args:
- --allow-missing-credentials
- id: check-json
- id: check-yaml
- repo: https://github.com/markdownlint/markdownlint
rev: v0.13.0
hooks:
- id: markdownlint
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.225.0
hooks:
- id: renovate-config-validator