From 26464e560530e1c349a14177e75298a364f3671e Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Thu, 25 Jan 2024 23:45:50 +0900 Subject: [PATCH] Add extra checks in the `numpy` docstring rules --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8b8d3236..ce135bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ checks = [ "GL01", # Contradicts numpydoc examples "GL02", # Permit a blank line after the end of our docstring "GL03", # Considering enforcing + "GL06", # Found unknown section + "GL07", # "Sections are in the wrong order. Correct order is: {correct_sections}", "GL09", # Deprecation warning should precede extended summary (check broken) "SA01", # Not all docstrings need a see also "SA04", # See also section does not need descriptions