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 468b29c commit 1d74954Copy full SHA for 1d74954
.vscode/extensions.json
@@ -5,7 +5,6 @@
5
"dzannotti.vscode-babel-coloring",
6
"esbenp.prettier-vscode",
7
"donjayamanne.python",
8
- "jaysonsantos.vscode-flake8",
9
"dbaeumer.vscode-eslint"
10
]
11
}
.vscode/settings.json
@@ -16,5 +16,8 @@
16
17
"[javascript]": {
18
"editor.formatOnSave": true
19
- }
+ },
20
+
21
+ "python.linting.pylintEnabled": false,
22
+ "python.linting.flake8Enabled": true
23
0 commit comments