Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 369 Bytes

PYTHON.md

File metadata and controls

20 lines (19 loc) · 369 Bytes

Format

pip install black
pip install pep8

Format

"[python]": {
  "editor.defaultFormatter": "ms-python.python",
  "editor.tabSize": 4,
  "editor.insertSpaces": true,
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll": true,
    "source.fixAll.unusedImports": false,
    "source.organizeImports": true
  }
},