File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ numpydoc_validation_exclude : set
139139 validation.
140140 Only has an effect when docstring validation is activated, i.e.
141141 ``numpydoc_validation_checks `` is not an empty set.
142- numpydoc_validation_exclude_files : set
142+ numpydoc_validation_exclude_files : set
143143 A container of strings using :py:mod: `re ` syntax specifying path patterns to
144144 ignore for docstring validation.
145145 For example, to skip docstring validation for all objects in
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ the pre-commit hook as follows:
3737 maps to ``numpydoc_validation_exclude `` from the
3838 :ref: `Sphinx build configuration <validation_during_sphinx_build >`.
3939* ``exclude_files ``: Exclude file paths matching the regular expressions
40- ``^tests/.* `` or ``^module/gui.* ``. This maps to
41- ``numpydoc_validation_exclude_files `` from the
42- :ref: `Sphinx build configuration <validation_during_sphinx_build >`.
40+ ``^tests/.*$ `` or ``^module/gui.*$ ``. This maps to
41+ ``numpydoc_validation_exclude_files `` from the
42+ :ref: `Sphinx build configuration <validation_during_sphinx_build >`.
4343* ``override_SS05 ``: Allow docstrings to start with "Process ", "Assess ",
4444 or "Access ". To override different checks, add a field for each code in
4545 the form of ``override_<code> `` with a collection of regular expression(s)
You can’t perform that action at this time.
0 commit comments