1
0
mirror of https://github.com/balkian/pre-commit-hooks.git synced 2024-11-14 12:12:28 +00:00
pre-commit-hooks/.pre-commit-hooks.yaml

8 lines
210 B
YAML
Raw Normal View History

2017-01-10 14:12:52 +00:00
- id: branchversion
name: Check branch and VERSION
description: This hook avoids commiting a pre-release to a master branch.
entry: branchversion
language: python
always_run: True
2017-01-10 14:16:56 +00:00
files: "VERSION$"