pyrightconfig-commithook.json 207 B

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