Skip to content

Commit a21100d

Browse files
committed
.vscode/settings.json: update
* python.sortImports.args has been deprecated * python.pythonPath: removed
1 parent f6c46d9 commit a21100d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"python.pythonPath": "${workspaceFolder}/.venv/bin/python3",
32
"python.linting.enabled": true,
43
"python.linting.flake8Enabled": true,
54
"python.linting.pylintEnabled": false,
@@ -13,5 +12,5 @@
1312
"python.formatting.blackArgs": ["--line-length", "120", "--safe"],
1413
"python.linting.mypyEnabled": true,
1514
"python.linting.mypyPath": "${workspaceFolder}/.venv/bin/mypy",
16-
"python.sortImports.args": ["--force-single-line-imports", "--profile", "black"]
15+
"isort.args": ["--force-single-line-imports", "--profile", "black"]
1716
}

0 commit comments

Comments
 (0)