Files
starter-workflows/.pre-commit-config.yaml
T

7 lines
195 B
YAML
Raw Normal View History

2022-11-16 01:05:19 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2022-12-20 10:18:45 +01:00
rev: v4.4.0
2022-11-16 01:05:19 +01:00
hooks:
2022-11-29 17:48:50 +05:30
- id: trailing-whitespace
2022-11-29 18:13:36 +05:30
files: (automation/|ci/|code-scanning/|deployments/|pages/).*(yaml|yml|json)$