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
2017-02-02 04:36:30 +01:00

8 lines
210 B
YAML

- 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
files: "VERSION$"