Skip to content

Commit 0fb7ec1

Browse files
pre-commit-ci[bot]VeckoTheGecko
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 231dcd8 commit 0fb7ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tool-data.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# full list of numpydoc error codes: https://numpydoc.readthedocs.io/en/latest/validation.html
22
numpydoc_skip_errors = [
33
"SA01", # Parcels doesn't require the "See also" section
4-
"SA04", #
4+
"SA04", #
55
"ES01", # We don't require the extended summary for all docstrings
66
"EX01", # We don't require the "Examples" section for all docstrings
77
"SS06", # Not possible to make all summaries one line
@@ -21,7 +21,7 @@ numpydoc_skip_errors = [
2121
"PR02", # Unknown parameters {unknown_params}
2222
"PR03", # Wrong parameters order. Actual: {actual_params}. Documented: {documented_params}
2323
"SA02", # Missing period at end of description for See Also "{reference_name}" reference
24-
"SA03", # Description should be capitalized for See Also
24+
"SA03", # Description should be capitalized for See Also
2525

2626
#? Might conflict with Ruff rules. Needs more testing... Enable ignore if they conflict
2727
# "GL01", # Docstring text (summary) should start in the line immediately after the opening quotes (not in the same line, or leaving a blank line in between)

0 commit comments

Comments
 (0)