We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70be1f commit 091ff55Copy full SHA for 091ff55
pyproject.toml
@@ -407,7 +407,9 @@ ignore = [
407
[tool.numpydoc_validation]
408
# See https://numpydoc.readthedocs.io/en/latest/validation.html#built-in-validation-checks for list of checks
409
checks = [
410
- "GL07",
+ # Requires third-party support; see https://github.com/numpy/numpydoc/issues/463
411
+ # "GL06",
412
+ # "GL07",
413
# Currently broken; see https://github.com/numpy/numpydoc/issues/573
414
# "GL09",
415
"GL10",
0 commit comments