diff --git a/.vscode/settings.json b/.vscode/settings.json
index c089ffd44b1b0e5b2b6b7df26eeadc2076372285..08644be82c79f983d50d2aa5e30835529d77bce2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,5 +3,6 @@
         "**/.git": true,
         "**/tmp": true,
         "python/**": true
-    }   
+    },
+    "python.formatting.provider": "black"
 }
\ No newline at end of file