Chore : add pyright

This commit is contained in:
2024-07-01 00:11:37 +02:00
parent e2e93beaad
commit d2df305560
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -160,3 +160,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
typings/*
+4
View File
@@ -0,0 +1,4 @@
{
"reportUnknownMemberType":"none",
"reportUnusedCallResult": "none"
}