Skip to content

Commit

Permalink
Fix has_missing_migrations command on pre-commit configs
Browse files Browse the repository at this point in the history
  • Loading branch information
FPiety0521 authored and FPiety0521 committed Feb 3, 2020
1 parent b01bfd6 commit 0e6736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
pass_filenames: true
- id: missing-migrations
name: missing-migrations-local
entry: pipenv run python backend/manage.py has_missing_migrations
entry: python backend/manage.py has_missing_migrations
language: system
always_run: true
pass_filenames: false
Expand Down

0 comments on commit 0e6736d

Please sign in to comment.