Skip to content

Commit 926211e

Browse files
committed
remove stuff
1 parent 88818f9 commit 926211e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
"editor.detectIndentation": false,
33
"editor.formatOnSave": true,
44
"python.linting.enabled": true,
5-
"python.linting.mypyEnabled": true,
65
"python.analysis.typeCheckingMode": "off",
76
"python.languageServer": "Pylance",
87
"python.formatting.provider": "black",
98
"git.autofetch": "all",
109
"prettier.tabWidth": 4,
11-
"prettier.useTabs": true,
1210
"prettier.endOfLine": "auto",
1311
"prettier.proseWrap": "never",
1412
"files.associations": {
15-
"**/requirements/*.txt": "pip-requirements",
1613
"**/templates/**.html": "jinja",
1714
"**/template/**.html": "jinja",
1815
},
19-
"[json, jsonc]": {
16+
"[json]": {
2017
"editor.defaultFormatter": "vscode.json-language-features"
2118
},
2219
"[javascript]": {
@@ -26,7 +23,6 @@
2623
"editor.defaultFormatter": "esbenp.prettier-vscode"
2724
},
2825
"[python]": {
29-
"editor.defaultFormatter": "ms-python.black-formatter",
3026
"editor.codeActionsOnSave": {
3127
"source.organizeImports": true
3228
}

0 commit comments

Comments
 (0)