Skip to content

Commit 53d4a6d

Browse files
committed
Update VS Code settings for plone-stubs and ruff
1 parent 3e98890 commit 53d4a6d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"flake8.args": ["--config=pyproject.toml"],
32
"ruff.organizeImports": true,
43
"python.terminal.activateEnvironment": true,
54
"python.testing.pytestArgs": [
65
"tests"
76
],
87
"python.testing.unittestEnabled": false,
98
"python.testing.pytestEnabled": true,
9+
"python.analysis.extraPaths": [
10+
"sources/plone-stubs/src"
11+
],
1012
"[markdown]": {
1113
"editor.formatOnSave": false
12-
}
14+
}
1315
}

news/+vscode.internal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated VS Code settings: removed obsolete flake8 config, added plone-stubs to analysis paths. @ericof

0 commit comments

Comments
 (0)