Skip to content

Commit 091ff55

Browse files
committed
Update numpydoc validation config
1 parent d70be1f commit 091ff55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,9 @@ ignore = [
407407
[tool.numpydoc_validation]
408408
# See https://numpydoc.readthedocs.io/en/latest/validation.html#built-in-validation-checks for list of checks
409409
checks = [
410-
"GL07",
410+
# Requires third-party support; see https://github.com/numpy/numpydoc/issues/463
411+
# "GL06",
412+
# "GL07",
411413
# Currently broken; see https://github.com/numpy/numpydoc/issues/573
412414
# "GL09",
413415
"GL10",

0 commit comments

Comments
 (0)