mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-03-20 03:28:59 +00:00
Add pyright config and django-stubs for type checking
This commit is contained in:
0
apps/__init__.py
Normal file
0
apps/__init__.py
Normal file
6
pyrightconfig.json
Normal file
6
pyrightconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"include": ["apps", "django_movies"],
|
||||
"extraPaths": ["."],
|
||||
"pythonVersion": "3.14",
|
||||
"typeCheckingMode": "basic",
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
django==6.0
|
||||
django-stubs==5.2.8
|
||||
|
||||
Reference in New Issue
Block a user