From 12be50e7ef8f94263764b0d02284f01c5f4c547a Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 19 Apr 2023 10:57:31 +0200 Subject: [PATCH] update settings --- .flake8 | 2 +- .vscode/settings.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index 960c1d8..0190908 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -max-line-length = 99 +max-line-length = 110 extend-ignore = E203 builtins = _ ignore = E402 diff --git a/.vscode/settings.json b/.vscode/settings.json index f3f5dd8..980a499 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "python.formatting.provider": "black", + "python.formatting.provider": "none", "python.linting.flake8Enabled": true, "python.linting.enabled": true, "python.linting.pylintEnabled": false, @@ -28,4 +28,7 @@ "python.testing.pytestEnabled": true, "files.autoSave": "afterDelay", "files.autoSaveDelay": 30000, -} + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, +} \ No newline at end of file