From 0c720423c6fc084fb4fe551b6de706a93c324832 Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Fri, 2 Jul 2021 10:43:46 +0100 Subject: [PATCH] . --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f193195 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "python.formatting.provider": "black", + "python.formatting.blackArgs": [ + "--line-length", + "132" + ], + "python.pythonPath": "/usr/local/bin/python3" +} \ No newline at end of file