mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
chore: disable finicky pre-commit-hook
This commit is contained in:
parent
80ae99c754
commit
1abe3af385
1 changed files with 7 additions and 7 deletions
|
@ -11,10 +11,10 @@ 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$
|
||||
# - 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