chore: remove scripts/bump-dev.sh from .pre-commit-config.yaml

The script was removed in 08cf8ee7d1

Fixes #10
This commit is contained in:
Keith Maxwell 2023-08-29 12:34:08 +01:00 committed by daylin
parent c8be7c1091
commit be02344954

View file

@ -11,10 +11,3 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- repo: local
hooks:
- id: set-version
language: script
name: sets __version__ in viv.py
entry: ./scripts/bump-dev.sh
files: viv.py$