We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b045be commit 8d94458Copy full SHA for 8d94458
.vscode/settings.json
@@ -8,5 +8,6 @@
8
"TORADIO",
9
"Vids"
10
],
11
- "python.pythonPath": "/usr/bin/python3"
+ "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
13
}
0 commit comments