From 1f43ca56cc15e26504319ad51584a113e7c29bd1 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:43:55 -0500 Subject: [PATCH] chore: add cSpell configuration for custom words in VSCode settings --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..aa5d282 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "cSpell.words": [ + "autouse", + "pytestmark", + "respx" + ] +} \ No newline at end of file