We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd02e7 commit 87b629eCopy full SHA for 87b629e
1 file changed
.vscode/settings.json
@@ -7,12 +7,9 @@
7
],
8
"files.exclude": {
9
"**/__pycache__": true,
10
- "**/.pytest_cache": true,
11
- "**/.hypothesis": true,
12
"**/*.pyc": true,
13
"**/*.pyo": true,
14
"**/*.pyd": true,
15
- ".venv": true
16
},
17
"files.trimFinalNewlines": true,
18
"files.trimTrailingWhitespace": true,
@@ -21,13 +18,14 @@
21
"python.testing.unittestEnabled": false,
22
19
"python.testing.pytestEnabled": true,
23
20
"python.testing.pytestPath": "pytest",
24
- "python.testing.pytestArgs": [
25
- "plotpy"
26
- ],
+ "python.testing.pytestArgs": [],
27
"[python]": {
28
"editor.defaultFormatter": "charliermarsh.ruff"
29
30
"editor.codeActionsOnSave": {
31
- "source.organizeImports": "explicit",
+ "source.organizeImports.ruff": "explicit"
+ },
+ "[restructuredtext]": {
+ "editor.wordWrap": "on"
32
33
}
0 commit comments