From 8d94458e559368f4813568837cc84169f1114852 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Tue, 25 Jun 2024 11:02:58 -0700 Subject: [PATCH] flake8 has different settings than trunk, don't confict in vscode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ba9060a..f393e65 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,6 @@ "TORADIO", "Vids" ], - "python.pythonPath": "/usr/bin/python3" + "python.pythonPath": "/usr/bin/python3", + "flake8.enabled" : false // we are using trunk for formatting/linting rules, don't yell at us about line length } \ No newline at end of file