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