flake8 has different settings than trunk, don't confict in vscode

This commit is contained in:
Kevin Hester
2024-06-25 11:02:58 -07:00
parent 1b045bec88
commit 8d94458e55

View File

@@ -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
}