Skip to content

Commit c50f77d

Browse files
committed
Update settings.json as removed packages
1 parent ce6d9f9 commit c50f77d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,12 @@
2222
"python.linting.mypyArgs": [
2323
"--config-file ${workspaceFolder}/pyproject.toml"
2424
],
25-
"isort.path": [
26-
"${workspaceFolder}/.venv/bin/isort"
27-
],
2825
"python.testing.pytestEnabled": true,
2926
"python.testing.pytestArgs": [
3027
"."
3128
],
3229
"emeraldwalk.runonsave": {
3330
"commands": [
34-
{
35-
"match": "\\.py$",
36-
"cmd": "${workspaceFolder}/.venv/bin/unify --in-place ${file}"
37-
},
3831
{
3932
"match": "\\.py$",
4033
"cmd": "${workspaceFolder}/.venv/bin/pautoflake --in-place ${file}"

0 commit comments

Comments
 (0)