Skip to content

Commit a4adcec

Browse files
authored
chore: update .vscode/settings.json (ietf-tools#5703)
1 parent d595aac commit a4adcec

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@
5151
"javascript",
5252
"javascriptreact",
5353
"vue"
54-
]
54+
],
55+
"python.linting.pylintArgs": ["--load-plugins", "pylint_django"],
56+
"python.testing.pytestEnabled": false,
57+
"python.testing.unittestEnabled": false,
58+
"python.linting.enabled": true
5559
}

0 commit comments

Comments
 (0)