We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a94228 commit f8f8380Copy full SHA for f8f8380
1 file changed
.vscode/settings.json
@@ -28,19 +28,22 @@
28
29
// code-spell-checker
30
"cSpell.diagnosticLevel": "Hint",
31
- "cSpell.ignorePaths": [".vscode"],
+ "cSpell.ignorePaths": ["uv.lock", ".vscode"],
32
+ "cSpell.allowCompoundWords": true,
33
"cSpell.words": [
- "prek",
34
+ "basedpyright",
35
+ "baselevel",
36
+ "docstrings",
37
+ "historicjoa",
38
+ "inrange",
39
"mkdocs",
40
"mkdocstrings",
41
+ "prek",
42
+ "pydantic",
43
"pyproject",
- "usajobsapi",
- "docstrings",
- "basedpyright",
- "baselevel",
44
+ "pyupgrade",
45
"rtype",
46
"telework",
- "historicjoa",
- "inrange"
47
+ "usajobsapi"
48
]
49
}
0 commit comments