Explorar el Código

添加 pyright 配置文件以支持 Python 类型检查

zhch158_admin hace 2 semanas
padre
commit
839b1595fa
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      pyrightconfig.json

+ 8 - 0
pyrightconfig.json

@@ -0,0 +1,8 @@
+{
+  "extraPaths": [
+    "../MinerU"
+  ],
+  "pythonVersion": "3.12",
+  "typeCheckingMode": "basic"
+}
+