File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4242 rev : " v6.2.5"
4343 hooks :
4444 - id : rstcheck
45+ exclude : (tests/|sphinx_js/templates)
4546 additional_dependencies : ["rstcheck[sphinx,toml]"]
4647
4748 - repo : https://github.com/codespell-project/codespell
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ and emitting all the type information you would expect.
2424Setup
2525=====
2626
27- 1. Install JSDoc (or TypeDoc if you're writing TypeScript).
27+ 1. Install JSDoc (or TypeDoc if you're writing TypeScript)::
2828
2929 npm install jsdoc
3030
@@ -516,7 +516,7 @@ future.
516516For an example, you can see Pyodide's config file `here <shouldDestructureArg >`__.
517517
518518This file should export a config object with some of the three following
519- functions::
519+ functions:
520520
521521* ``shouldDestructureArg: (param: ParameterReflection) => boolean ``
522522
You can’t perform that action at this time.
0 commit comments