mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
8 lines
136 B
YAML
8 lines
136 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v1.1.1
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
exclude: ^dist/*
|
|
|
|
|