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