This repository has been archived on 2026-07-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openpayments-mock/.pre-commit-config.yaml
T
renovate 516ae56ab9
renovate/stability-days Updates have met minimum release age requirement
openpayments-mock / check (pull_request) Successful in 57s
openpayments-mock / vulnerabilities (pull_request) Successful in 57s
openpayments-mock / build (pull_request) Successful in 1m4s
acctest Acceptance tests passed
chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.26.0
2026-06-27 22:08:33 +00:00

33 lines
791 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
args:
- --allow-multiple-documents
- id: check-added-large-files
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.26.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: go-mod-tidy
- id: go-imports
args:
- -local
- gitea.unbound.se/shiny/openpayments-mock
- repo: https://github.com/lietu/go-pre-commit
rev: v1.0.0
hooks:
- id: go-test
- repo: https://github.com/gitleaks/gitleaks
rev: v8.30.1
hooks:
- id: gitleaks