Skip to content

Commit f600fdd

Browse files
committed
vscode settings: update some more ignores
1 parent bfa7d70 commit f600fdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"**/.sass-cache/": true,
2929
"locust/contrib/.mypy_cache/**/*": true,
3030
"locust/user/.mypy_cache/**/*": true,
31-
".mypy_cache/**/*": true,
31+
"**/.mypy_cache": true,
32+
"**/.ruff_cache": true,
3233
"locust/test/mock_*.py": true,
3334
"**/err.txt": true,
3435
"**/out.txt": true,

0 commit comments

Comments
 (0)