pyrightconfig-ci.json 160 B

1234567891011
  1. {
  2. "venvPath": "local",
  3. "venv": "py3",
  4. "include": [
  5. "searx",
  6. "searxng_extra",
  7. "tests"
  8. ],
  9. "typeCheckingMode": "off"
  10. }