pyrightconfig-commithook.json 272 B

123456789101112131415
  1. {
  2. "include": [
  3. "src"
  4. ],
  5. "extraPaths": ["src"],
  6. "exclude": [
  7. ".volta/**"
  8. ],
  9. "stubPath": "fixtures/stubs-for-mypy",
  10. "typeCheckingMode": "off",
  11. "reportMissingImports": "none",
  12. "reportUndefinedVariable": "none",
  13. "reportUnboundVariable": "error"
  14. }