Skip to content

Commit 067fe82

Browse files
committed
Some fixes
1 parent ed2219c commit 067fe82

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ repos:
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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and emitting all the type information you would expect.
2424
Setup
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.
516516
For an example, you can see Pyodide's config file `here <shouldDestructureArg>`__.
517517

518518
This file should export a config object with some of the three following
519-
functions::
519+
functions:
520520

521521
* ``shouldDestructureArg: (param: ParameterReflection) => boolean``
522522

0 commit comments

Comments
 (0)