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