File: .pre-commit-hooks.yaml

package info (click to toggle)
pre-commit 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,452 kB
  • sloc: python: 14,482; sh: 87; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
-   id: validate_manifest
    name: validate pre-commit manifest
    description: This validator validates a pre-commit hooks manifest file
    entry: pre-commit validate-manifest
    language: python
    files: ^\.pre-commit-hooks\.yaml$