settings.json 269 B

12345678910
  1. {
  2. "python.testing.pytestArgs": [
  3. "tests"
  4. ],
  5. "python.testing.unittestEnabled": false,
  6. "python.testing.pytestEnabled": true,
  7. "python.formatting.provider": "black",
  8. "python.linting.prospectorEnabled": true,
  9. "editor.formatOnSave": true
  10. }