adding typing and flake8

This commit is contained in:
Peter Dwyer
2022-09-01 11:06:12 +01:00
parent f0bcf6df6f
commit 08fade65ab
7 changed files with 92 additions and 139 deletions

View File

@@ -35,6 +35,8 @@ djangorestframework-simplejwt = "^5.2.0"
django-webpack-loader = "^1.6.0"
drf-yasg = "^1.20.0"
drf-extensions = "^0.7.1"
flake8 = "^5.0.4"
flake8-annotations = "^2.9.1"
[tool.poetry.dev-dependencies]
mypy = "^0.971"