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 a4c2d9a commit f23139bCopy full SHA for f23139b
.vscode/settings.json
@@ -1,16 +1,18 @@
1
{
2
+ "editor.formatOnSave": true,
3
+ "files.insertFinalNewline": true,
4
"python.testing.pytestArgs": [
5
"test"
6
],
7
"python.testing.unittestEnabled": false,
8
"python.testing.pytestEnabled": true,
9
"[python]": {
- "editor.formatOnSave": true,
10
"editor.defaultFormatter": "charliermarsh.ruff",
11
"editor.codeActionsOnSave": {
12
"source.fixAll": "explicit"
13
}
14
},
15
+ "mypy-type-checker.importStrategy": "fromEnvironment",
16
"files.exclude": {
17
"**/.git": true,
18
"**/.svn": true,
0 commit comments