Reformatting Pipfile and makefile
Changing some package for my personal template for python projects
This commit is contained in:
6
Pipfile
6
Pipfile
@@ -6,9 +6,6 @@ verify_ssl = true
|
|||||||
[dev-packages]
|
[dev-packages]
|
||||||
pylint = "*"
|
pylint = "*"
|
||||||
pylint-django = "*"
|
pylint-django = "*"
|
||||||
autopep8 = "*"
|
|
||||||
rope = "*"
|
|
||||||
safety = "*"
|
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
pre-commit= "*"
|
pre-commit= "*"
|
||||||
skjold = "*"
|
skjold = "*"
|
||||||
@@ -22,6 +19,3 @@ django-guardian = ">=2.3.0"
|
|||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.9"
|
python_version = "3.9"
|
||||||
|
|
||||||
[pipenv]
|
|
||||||
allow_prereleases = true
|
|
||||||
|
|||||||
2
makefile
2
makefile
@@ -23,7 +23,7 @@ migrate: ## Make and run migrations
|
|||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: ## Run tests
|
test: ## Run tests
|
||||||
pipenv run skjold -v audit Pipfile.lock
|
pipenv run skjold -v audit Pipfile.lock
|
||||||
pipenv run python manage.py test application --verbosity=0 --parallel --failfast
|
pipenv run python manage.py test --verbosity=0 --parallel --failfast
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: ## Run the Django server
|
run: ## Run the Django server
|
||||||
|
|||||||
Reference in New Issue
Block a user