Add new packages catagory for mypy typing stubs and configure some mypy settings in setup.cfg

This commit is contained in:
Trenton H
2023-02-06 17:56:33 -08:00
parent 4133001c73
commit 16d3041d7a
3 changed files with 547 additions and 3 deletions

20
Pipfile
View File

@@ -84,3 +84,23 @@ black = "*"
pre-commit = "*"
imagehash = "*"
mkdocs-material = "*"
[typing-dev]
mypy = "*"
types-Pillow = "*"
django-filter-stubs = "*"
types-python-dateutil = "*"
djangorestframework-stubs = {extras= ["compatible-mypy"], version="*"}
celery-types = "*"
django-stubs = {extras= ["compatible-mypy"], version="*"}
types-dateparser = "*"
types-bleach = "*"
types-humanfriendly = "*"
types-redis = "*"
types-tqdm = "*"
types-Markdown = "*"
types-Pygments = "*"
types-backports = "*"
types-colorama = "*"
types-psycopg2 = "*"
types-setuptools = "*"