mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 01:10:16 +08:00
10 lines
245 B
YAML
10 lines
245 B
YAML
# See https://pre-commit.com for more information
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
exclude: '\.github(.+)'
|
|
- id: trailing-whitespace
|
|
exclude: '\.github(.+)'
|