settings.json 220 B

123456789
  1. {
  2. "python.linting.flake8Enabled": true,
  3. "python.linting.enabled": true,
  4. "python.linting.pylintEnabled": false,
  5. "python.testing.pytestArgs": [
  6. "."
  7. ],
  8. "python.testing.pytestEnabled": true,
  9. }