renovatebot / pre-commit-hooks

Pre-commit hooks for Renovate
MIT License
29 stars 7 forks source link

Docs request: use of `--strict` #2464

Open jamesbraza opened 5 days ago

jamesbraza commented 5 days ago

I think it's useful to mention in the README that --strict can be passed for a tighter configuration:

repos:
  - repo: https://github.com/renovatebot/pre-commit-hooks
    rev: 38.126.1
    hooks:
      - id: renovate-config-validator
        args: [--strict]
viceice commented 4 days ago

feel free to open a PR 🤗