pyrightconfig.json 224 B

12345678
  1. {
  2. "stubPath": "include/typings",
  3. "reportMissingModuleSource": "none",
  4. "reportArgumentType": "none",
  5. "reportWildcardImportFromLibrary": "none",
  6. "reportRedeclaration": "none",
  7. "pythonVersion": "3.12"
  8. }