settings.json 264 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/settings.json",
  3. "python.linting.flake8Enabled": true,
  4. "python.formatting.provider": "yapf",
  5. "python.linting.flake8Args": [
  6. "--max-line-length=248"
  7. ],
  8. "python.linting.pylintEnabled": false
  9. }