Skip to content

Auto-Format Python Code #86

Description

@jnnchi

pip install black
pip install pylint

Add Black to settings.json on VS Code (command + shift + P -> open settings (JSON)):
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},

To format using Black, do command + shift + P -> Format Document

To run Pylint on entire project, do pylint ./backend

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status
In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions