From 29ab3ece254fa9c5fd932279f257ab5fb219bfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 30 Oct 2021 13:29:00 +0200 Subject: [PATCH] init: vscode --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..03652cd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.pythonPath": ".venv/bin/python", + "python.formatting.provider": "black", + "python.linting.flake8Enabled": true, +}