7 lines
195 B
YAML
7 lines
195 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
files: (automation/|ci/|code-scanning/|deployments/|pages/).*(yaml|yml|json)$
|