Skip to content

Commit

Permalink
Changed back pre-commit-config-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matija-ilijas committed Jul 26, 2024
1 parent 5e2cf85 commit c0e2708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c0e2708

Please sign in to comment.