Skip to content

Commit da16028

Browse files
fix: add JupyterLab technical terms to cspell dictionary
Add 22 technical terms found in spell check CI logs: - JupyterLab packages: apputils, coreutils, settingregistry, lumino, testutils - Notebook formats: nbformat, ipynb - Build tools: jlpm, pyproject, sdist, bdist, lintcache, stylelintcache, csstree - Test tools: pytest, Pytest, codegen - Library names: chakra, ydoc - Config: jpserver, venv, labextensions - Author names: Jakubowski, rseidelsohn
1 parent ad66d27 commit da16028

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

cspell.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,36 @@
3232
}
3333
],
3434
"words": [
35+
"apputils",
36+
"bdist",
37+
"chakra",
38+
"codegen",
39+
"coreutils",
40+
"csstree",
3541
"deepnote",
42+
"ipynb",
43+
"Jakubowski",
44+
"jlpm",
45+
"jpserver",
3646
"jupyter",
3747
"jupyterlab",
38-
"ipynb",
3948
"labextension",
40-
"jlpm",
49+
"labextensions",
50+
"lintcache",
51+
"lumino",
52+
"monorepo",
53+
"nbformat",
4154
"pnpm",
42-
"monorepo"
55+
"pyproject",
56+
"Pytest",
57+
"pytest",
58+
"rseidelsohn",
59+
"sdist",
60+
"settingregistry",
61+
"stylelintcache",
62+
"testutils",
63+
"venv",
64+
"ydoc"
4365
],
4466
"useGitignore": true
4567
}

0 commit comments

Comments
 (0)