diff --git a/.vscode/settings.json b/.vscode/settings.json
index b729889871ca59011b9de69c2059f8f08eed1096..317ef9042ae5e5f08dcafa9f26a3c7882a4c0c3b 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