mirror of
https://github.com/github/spec-kit.git
synced 2026-07-11 10:34:06 +08:00
13 lines
314 B
YAML
13 lines
314 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: check-executables-have-shebangs
|
|
- id: check-yaml
|
|
exclude: \.lock\.yml$
|
|
- id: end-of-file-fixer
|
|
exclude: \.lock\.yml$
|
|
- id: trailing-whitespace
|
|
exclude: \.lock\.yml$
|