Skip to content

Commit 8d94458

Browse files
committed
flake8 has different settings than trunk, don't confict in vscode
1 parent 1b045be commit 8d94458

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"TORADIO",
99
"Vids"
1010
],
11-
"python.pythonPath": "/usr/bin/python3"
11+
"python.pythonPath": "/usr/bin/python3",
12+
"flake8.enabled" : false // we are using trunk for formatting/linting rules, don't yell at us about line length
1213
}

0 commit comments

Comments
 (0)