Changed back pre-commit-config-yaml

This commit is contained in:
matija-ilijas
2024-07-26 11:52:46 +02:00
parent 5e2cf85add
commit c0e27081b1

View File

@@ -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