Skip to content

Commit f23139b

Browse files
deltamarnixwpbonelli
authored andcommitted
Add some extra settings
1 parent a4c2d9a commit f23139b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2+
"editor.formatOnSave": true,
3+
"files.insertFinalNewline": true,
24
"python.testing.pytestArgs": [
35
"test"
46
],
57
"python.testing.unittestEnabled": false,
68
"python.testing.pytestEnabled": true,
79
"[python]": {
8-
"editor.formatOnSave": true,
910
"editor.defaultFormatter": "charliermarsh.ruff",
1011
"editor.codeActionsOnSave": {
1112
"source.fixAll": "explicit"
1213
}
1314
},
15+
"mypy-type-checker.importStrategy": "fromEnvironment",
1416
"files.exclude": {
1517
"**/.git": true,
1618
"**/.svn": true,

0 commit comments

Comments
 (0)