Skip to content

Commit f8f8380

Browse files
committed
chore: update cspell words
1 parent 1a94228 commit f8f8380

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

.vscode/settings.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@
2828

2929
// code-spell-checker
3030
"cSpell.diagnosticLevel": "Hint",
31-
"cSpell.ignorePaths": [".vscode"],
31+
"cSpell.ignorePaths": ["uv.lock", ".vscode"],
32+
"cSpell.allowCompoundWords": true,
3233
"cSpell.words": [
33-
"prek",
34+
"basedpyright",
35+
"baselevel",
36+
"docstrings",
37+
"historicjoa",
38+
"inrange",
3439
"mkdocs",
3540
"mkdocstrings",
41+
"prek",
42+
"pydantic",
3643
"pyproject",
37-
"usajobsapi",
38-
"docstrings",
39-
"basedpyright",
40-
"baselevel",
44+
"pyupgrade",
4145
"rtype",
4246
"telework",
43-
"historicjoa",
44-
"inrange"
47+
"usajobsapi"
4548
]
4649
}

0 commit comments

Comments
 (0)