Skip to content

Commit

Permalink
chore: moved from pipenv to poetry #58
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Mar 20, 2020
1 parent 4dae2ec commit f10ef33
Show file tree
Hide file tree
Showing 7 changed files with 2,492 additions and 1,335 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@ repos:
hooks:
- id: isort
name: isort-local
entry : pipenv run isort
entry : poetry run isort
language: python
types: [python]
pass_filenames: true
- id: missing-migrations
name: missing-migrations-local
entry: pipenv run ./manage.py makemigrations --check
entry: poetry run ./manage.py makemigrations --check
language: system
always_run: true
pass_filenames: false
- id: prospector
name: prospector-local
entry: pipenv run prospector --messages-only --
entry: poetry run prospector --messages-only --
language: python
types: [python]
pass_filenames: true

61 changes: 0 additions & 61 deletions Pipfile

This file was deleted.

Loading

0 comments on commit f10ef33

Please sign in to comment.