dev
Franco Masotti 2021-04-22 18:46:28 +02:00
parent 3a7c0fe5d1
commit ac805b6439
Signed by: frnmst
GPG Key ID: 24116ED85666780A
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ default: install-dev
install-dev:
pipenv install --dev
pipenv run pre-commit install
bundle install
uninstall-dev:
pipenv --rm

View File

@ -9,4 +9,4 @@ name = "pypi"
pre-commit = '~=2.12'
[requires]
python_version = "3.9"
python_version = "*"