mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
chore: remove scripts/bump-dev.sh from .pre-commit-config.yaml
The script was removed in 08cf8ee7d1
Fixes #10
This commit is contained in:
parent
c8be7c1091
commit
be02344954
1 changed files with 0 additions and 7 deletions
|
@ -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$
|
||||
|
|
Loading…
Reference in a new issue