pyrightconfig-commithook.json 231 B

1234567891011121314
  1. {
  2. "include": [
  3. "src"
  4. ],
  5. "extraPaths": ["src"],
  6. "exclude": [
  7. ".volta/**"
  8. ],
  9. "typeCheckingMode": "off",
  10. "reportMissingImports": "none",
  11. "reportUndefinedVariable": "none",
  12. "reportUnboundVariable": "error"
  13. }