Files
renovate-config/.pre-commit-config.yaml
renovate[bot] bbb0db7f01 chore(deps): update pre-commit hook renovatebot/pre-commit-hooks (42.69.2 → 42.71.0) (#17)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 04:55:27 +00:00

24 lines
737 B
YAML

# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: detect-private-key
- id: end-of-file-fixer
- id: pretty-format-json
args: [--autofix, --no-ensure-ascii]
- id: trailing-whitespace
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 42.71.0
hooks:
- id: renovate-config-validator
files: default.json
args: [--strict]