mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
Changed back pre-commit-config-yaml
This commit is contained in:
@@ -16,7 +16,7 @@ repos:
|
||||
name: alembic
|
||||
stages: [commit]
|
||||
types: [python]
|
||||
entry: /Users/milijas/Code/PythagoraDev/gpt-pilot/venv/bin/alembic -c core/db/alembic.ini check
|
||||
entry: alembic -c core/db/alembic.ini check
|
||||
language: system
|
||||
pass_filenames: false
|
||||
- repo: local
|
||||
@@ -26,6 +26,6 @@ repos:
|
||||
name: pytest
|
||||
stages: [commit]
|
||||
types: [python]
|
||||
entry: /Users/milijas/Code/PythagoraDev/gpt-pilot/venv/bin/pytest
|
||||
entry: pytest
|
||||
language: system
|
||||
pass_filenames: false
|
||||
|
||||
Reference in New Issue
Block a user