From 2d2668c92cc40d0c7530a86631855ac9a8838d85 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 12 Sep 2025 20:54:21 +0200 Subject: [PATCH] setting vscode --- .vscode/setting.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/setting.json diff --git a/.vscode/setting.json b/.vscode/setting.json new file mode 100644 index 0000000..0bff96c --- /dev/null +++ b/.vscode/setting.json @@ -0,0 +1,4 @@ +{ + "flake8.args": ["--max-line-length=140"], + "python.linting.flake8Args": ["--config","flake8.cfg"] +} \ No newline at end of file