Add pyright config and django-stubs for type checking

This commit is contained in:
2025-12-21 19:38:30 -05:00
parent 58ab1e7151
commit b1c9b88de1
3 changed files with 7 additions and 0 deletions

0
apps/__init__.py Normal file
View File

6
pyrightconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"include": ["apps", "django_movies"],
"extraPaths": ["."],
"pythonVersion": "3.14",
"typeCheckingMode": "basic",
}

View File

@@ -1 +1,2 @@
django==6.0 django==6.0
django-stubs==5.2.8