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:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
|
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
|
||||||
- repo: local
|
# - repo: local
|
||||||
hooks:
|
# hooks:
|
||||||
- id: set-version
|
# - id: set-version
|
||||||
language: script
|
# language: script
|
||||||
name: sets __version__ in viv.py
|
# name: sets __version__ in viv.py
|
||||||
entry: ./scripts/bump-dev.sh
|
# entry: ./scripts/bump-dev.sh
|
||||||
files: viv.py$
|
# files: viv.py$
|
||||||
|
|
Loading…
Reference in a new issue