Skip to content

Commit 71eb739

Browse files
committed
Update pre-commit check to use poetry
1 parent 711cb26 commit 71eb739

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ tests/__init__.py
6868

6969
# Development task artifacts
7070
*.db
71-
Pipfile
7271

7372
# Visual Studio Code config files
7473
.vscode

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
pass_filenames: true
4040
- id: missing-migrations
4141
name: missing-migrations-local
42-
entry: pipenv run python manage.py makemigrations --check
42+
entry: poetry run python manage.py makemigrations --check
4343
language: system
4444
always_run: true
4545
pass_filenames: false

0 commit comments

Comments
 (0)