File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ the pre-commit hook as follows:
33
33
``ES01 `` (using the same logic as the :ref: `validation during Sphinx build
34
34
<validation_during_sphinx_build>` for ``numpydoc_validation_checks ``).
35
35
* ``exclude ``: Don't report issues on objects matching any of the regular
36
- regular expressions ``\.undocumented_method$ `` or ``\.__repr__$ ``. This
36
+ expressions ``\.undocumented_method$ `` or ``\.__repr__$ ``. This
37
37
maps to ``numpydoc_validation_exclude `` from the
38
38
:ref: `Sphinx build configuration <validation_during_sphinx_build >`.
39
39
* ``override_SS05 ``: Allow docstrings to start with "Process ", "Assess ",
@@ -52,6 +52,7 @@ the pre-commit hook as follows:
52
52
"SA01",
53
53
"ES01",
54
54
]
55
+ # remember to use single quotes for regex in TOML
55
56
exclude = [ # don't report on objects that match any of these regex
56
57
'\.undocumented_method$',
57
58
'\.__repr__$',
You can’t perform that action at this time.
0 commit comments