Browse Source

🤓 Adds linitng in vscode

pull/4/head
Ben Coleman 5 years ago committed by GitHub
parent
commit
3c2d0eca4e
  1. 5
      .vscode/settings.json

5
.vscode/settings.json vendored

@ -5,5 +5,8 @@ @@ -5,5 +5,8 @@
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"python.formatting.provider": "black"
"python.formatting.provider": "black",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}

Loading…
Cancel
Save