We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711cb26 commit 71eb739Copy full SHA for 71eb739
.gitignore
@@ -68,7 +68,6 @@ tests/__init__.py
68
69
# Development task artifacts
70
*.db
71
-Pipfile
72
73
# Visual Studio Code config files
74
.vscode
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
pass_filenames: true
40
- id: missing-migrations
41
name: missing-migrations-local
42
- entry: pipenv run python manage.py makemigrations --check
+ entry: poetry run python manage.py makemigrations --check
43
language: system
44
always_run: true
45
pass_filenames: false
0 commit comments