We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c46d9 commit a21100dCopy full SHA for a21100d
1 file changed
.vscode/settings.json
@@ -1,5 +1,4 @@
1
{
2
- "python.pythonPath": "${workspaceFolder}/.venv/bin/python3",
3
"python.linting.enabled": true,
4
"python.linting.flake8Enabled": true,
5
"python.linting.pylintEnabled": false,
@@ -13,5 +12,5 @@
13
12
"python.formatting.blackArgs": ["--line-length", "120", "--safe"],
14
"python.linting.mypyEnabled": true,
15
"python.linting.mypyPath": "${workspaceFolder}/.venv/bin/mypy",
16
- "python.sortImports.args": ["--force-single-line-imports", "--profile", "black"]
+ "isort.args": ["--force-single-line-imports", "--profile", "black"]
17
}
0 commit comments