You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728
  1. {
  2. "include": [
  3. "."
  4. ],
  5. "exclude": [
  6. "tests/",
  7. "migrations/",
  8. ".venv/",
  9. "core/",
  10. "controllers/",
  11. "tasks/",
  12. "services/",
  13. "schedule/",
  14. "extensions/",
  15. "utils/",
  16. "repositories/",
  17. "libs/",
  18. "fields/",
  19. "factories/",
  20. "events/",
  21. "contexts/",
  22. "constants/",
  23. "commands.py"
  24. ],
  25. "typeCheckingMode": "strict",
  26. "pythonVersion": "3.11",
  27. "pythonPlatform": "All"
  28. }