From baf175cbde90b4a920f259dc2125dfc881ffc981 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Tue, 25 Aug 2020 12:10:53 +0200
Subject: [PATCH] Linting settings.

---
 .vscode/settings.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index b729889..317ef90 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,8 @@
 {
-    "python.linting.pylintArgs": ["--load-plugins", "pylint-flask"]
+    "python.linting.pylintArgs": [
+        "--load-plugins",
+        "pylint-flask"
+    ],
+    "python.linting.mypyCategorySeverity.note": "Warning",
+    "python.linting.pylintCategorySeverity.convention": "Warning"
 }
\ No newline at end of file
-- 
GitLab