mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
flake8 has different settings than trunk, don't confict in vscode
This commit is contained in:
1 parent
1b045bec88
commit
8d94458e55
1 file changed
+2
-1
Vendored
+2
-1
@@ -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
|
||||
}
|
||||
Reference in new issue
Block a user