Explorar o código

vs code add yapf and flake8 for lint and format

simon hai 1 ano
pai
achega
762c285553
Modificáronse 2 ficheiros con 4198 adicións e 0 borrados
  1. 4190 0
      .vscode/PythonImportHelper-v2-Completion.json
  2. 8 0
      .vscode/settings.json

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 4190 - 0
.vscode/PythonImportHelper-v2-Completion.json


+ 8 - 0
.vscode/settings.json

@@ -0,0 +1,8 @@
+{
+    "python.linting.flake8Enabled": true,
+    "python.formatting.provider": "yapf",
+    "python.linting.flake8Args": [
+        "--max-line-length=248"
+    ],
+    "python.linting.pylintEnabled": false,
+}