Skip to content

Commit 1d74954

Browse files
authored
Use Python vscode extension for flake8 linting (#5492)
1 parent 468b29c commit 1d74954

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"dzannotti.vscode-babel-coloring",
66
"esbenp.prettier-vscode",
77
"donjayamanne.python",
8-
"jaysonsantos.vscode-flake8",
98
"dbaeumer.vscode-eslint"
109
]
1110
}

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616

1717
"[javascript]": {
1818
"editor.formatOnSave": true
19-
}
19+
},
20+
21+
"python.linting.pylintEnabled": false,
22+
"python.linting.flake8Enabled": true
2023
}

0 commit comments

Comments
 (0)