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 d971a9a commit 9824289Copy full SHA for 9824289
1 file changed
server/.vscode/settings.json
@@ -1,3 +1,10 @@
1
{
2
- "python.formatting.provider": "black"
+ "python.linting.flake8Enabled": true,
3
+ "python.linting.enabled": true,
4
+ "python.formatting.provider": "black",
5
+ "python.formatting.blackArgs": [
6
+ "--line-length",
7
+ "80",
8
+ "--experimental-string-processing"
9
+ ]
10
}
0 commit comments