Skip to content

Commit f03509b

Browse files
committed
Remove unnecessary options
1 parent 26626b4 commit f03509b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
2-
"python.linting.lintOnSave": true,
3-
"python.linting.enabled": true,
42
"editor.formatOnSave": true,
5-
"python.linting.pylintEnabled": true,
6-
"python.linting.pylintArgs": [
7-
"--rcfile=${workspaceFolder}/.pylintrc"
8-
],
93
"[python]": {
104
"editor.defaultFormatter": "ms-python.autopep8"
115
},
12-
"python.formatting.provider": "none",
136
}

0 commit comments

Comments
 (0)