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.
settings.json
1 parent ce6d9f9 commit c50f77dCopy full SHA for c50f77d
.vscode/settings.json
@@ -22,19 +22,12 @@
22
"python.linting.mypyArgs": [
23
"--config-file ${workspaceFolder}/pyproject.toml"
24
],
25
- "isort.path": [
26
- "${workspaceFolder}/.venv/bin/isort"
27
- ],
28
"python.testing.pytestEnabled": true,
29
"python.testing.pytestArgs": [
30
"."
31
32
"emeraldwalk.runonsave": {
33
"commands": [
34
- {
35
- "match": "\\.py$",
36
- "cmd": "${workspaceFolder}/.venv/bin/unify --in-place ${file}"
37
- },
38
{
39
"match": "\\.py$",
40
"cmd": "${workspaceFolder}/.venv/bin/pautoflake --in-place ${file}"
0 commit comments