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.
1 parent 7d04680 commit 6b28059Copy full SHA for 6b28059
.vscode/settings.json
@@ -3,5 +3,12 @@
3
"tests"
4
],
5
"python.testing.unittestEnabled": false,
6
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
7
+ "files.exclude": {
8
+ "**/__pycache__": true,
9
+ "**/.coverage": true,
10
+ "**/.pytest_cache": true,
11
+ "**/.ruff_cache": true,
12
+ "**/.mypy_cache": true
13
+ },
14
}
0 commit comments