Skip to content

Commit 3a02273

Browse files
committed
add vscode settings
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent 245e620 commit 3a02273

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"recommendations": [
3+
"ms-python.debugpy",
4+
"davidanson.vscode-markdownlint",
5+
"ms-python.python",
6+
"ms-python.vscode-pylance",
7+
"charliermarsh.ruff"
8+
]
9+
}
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"flake8.args": ["--ignore=E501"],
3-
"python.testing.unittestArgs": ["-v", "-s", "test/api", "-p", "test_*.py"],
2+
"python.testing.unittestArgs": [
3+
"-v",
4+
"-s",
5+
"test/api",
6+
"-p",
7+
"test_*.py"
8+
],
49
"python.testing.pytestEnabled": false,
510
"python.testing.unittestEnabled": true,
611
"python.analysis.typeCheckingMode": "basic",
712
"editor.unicodeHighlight.ambiguousCharacters": false,
813
"editor.codeActionsOnSave": {
9-
"source.organizeImports": true
14+
"source.organizeImports": "explicit",
15+
"source.fixAll": "explicit"
1016
},
1117
"markdownlint.config": {
1218
"MD033": false
1319
}
14-
}
20+
}

0 commit comments

Comments
 (0)