Lutz Roeder 3 rokov pred
rodič
commit
8ef6a1b46d

+ 3 - 1
.vscode/settings.json

@@ -4,6 +4,8 @@
         "node_modules": true,
         "third_party": true
     },
+    "python.linting.enabled": true,
     "python.linting.pylintEnabled": true,
-    "python.linting.enabled": true
+    "python.linting.pylintCategorySeverity.convention": "Warning",
+    "python.linting.pylintCategorySeverity.refactor": "Warning"
 }

+ 6 - 0
test/backend/.vscode/settings.json

@@ -0,0 +1,6 @@
+{
+    "python.linting.enabled": true,
+    "python.linting.pylintEnabled": true,
+    "python.linting.pylintCategorySeverity.convention": "Warning",
+    "python.linting.pylintCategorySeverity.refactor": "Warning"
+}