chore: add cSpell configuration for custom words in VSCode settings

This commit is contained in:
Stevan Freeborn
2026-06-26 17:43:55 -05:00
parent 2f737bd722
commit 1f43ca56cc
+7
View File
@@ -0,0 +1,7 @@
{
"cSpell.words": [
"autouse",
"pytestmark",
"respx"
]
}