This commit is contained in:
Matteo
2020-12-23 13:12:29 +01:00
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401
ignore = E501, W503, F403
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9

View File

@@ -21,7 +21,7 @@ django-filter = ">=2.3.0"
django-guardian = ">=2.3.0"
[requires]
python_version = "3.8"
python_version = "3.9"
[pipenv]
allow_prereleases = true

View File

@@ -8,8 +8,7 @@ help: ## Show this help
.PHONY: env
env: ## Install pipenv
pip3 install pipenv
pipenv shell --python 3.8
pipenv shell --python 3.9
.PHONY: install
install: env ## Make venv and install requirements