File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
22# This file is @generated by <https://github.com/liblaf/cspell-init>.
33# DO NOT EDIT!
4+ $schema : https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-types/cspell.schema.json
45allowCompoundWords : true
56cache :
67 useCache : true
7- caseSensitive : false
88enableGlobDot : true
99ignorePaths :
1010 - .git/
1111 - cspell.*
12+ - CHANGELOG.md
1213ignoreRandomStrings : true
13- maxFileSize : 500KB
14+ maxFileSize : 32KB
1415useGitignore : true
1516words :
1617 - arithmatex
17- - bfadeab
1818 - chtml
19- - codspeedhq
20- - direnv
21- - envops
22- - envrc
2319 - fieldz
2420 - fspath
2521 - grimp
2622 - hynek
2723 - inlinehilite
28- - kwargs
2924 - liblaf
3025 - linenums
3126 - lucide
3429 - mkdocstrings
3530 - noxfile
3631 - numpy
32+ - oxfmt
33+ - oxlint
3734 - pipx
3835 - pycache
3936 - pydantic
@@ -50,11 +47,9 @@ words:
5047 - pyvista
5148 - rumdl
5249 - sdist
53- - strftime
5450 - taiki
5551 - tombi
5652 - trimesh
5753 - twemoji
5854 - venv
5955 - virtualenv
60- - zensical
Original file line number Diff line number Diff line change 1818
1919import tomlkit
2020
21- MARKDOWN_TEMPLATE : str = """\
22- ::: {module_path}
23- options:
24- toc_label: {module_path}
25- """
21+ MARKDOWN_TEMPLATE : str = "::: {module_path}"
2622MODULE_SYMBOL : str = '<code class="doc-symbol doc-symbol-toc doc-symbol-module"></code>'
2723
2824
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ ignore = [
3434 " PLR2004" ,
3535 " RET504" ,
3636 " S101" ,
37+ " S310" ,
3738 " S603" ,
3839 " S607" ,
3940 " T201" ,
You can’t perform that action at this time.
0 commit comments