Skip to content

Commit f0d24ad

Browse files
authored
Merge pull request #13 from Azure-Samples/bearerprovider
Add exclude to settings
2 parents 10c9653 + 6b28059 commit f0d24ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
"tests"
44
],
55
"python.testing.unittestEnabled": false,
6-
"python.testing.pytestEnabled": true
6+
"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+
},
714
}

0 commit comments

Comments
 (0)