From b0fe85b5eb16a4dfad9ade3441d207753a48d54b Mon Sep 17 00:00:00 2001 From: Jan Caha Date: Wed, 17 Jul 2024 23:52:28 +0200 Subject: [PATCH] add settings --- .vscode/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d1b8f9b..9c425c0 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,6 +28,16 @@ "--no-pretty", "--no-strict-optional" ], + "isort.args": [ + "--profile", + "black", + "--line-width", + "120" + ], + "black-formatter.args": [ + "--line-length", + "120" + ], "svg.preview.background": "dark-transparent", "python.testing.pytestArgs": [ "tests"