Skip to content

Commit 1da9059

Browse files
committed
Turn off GL09
1 parent d4ec607 commit 1da9059

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ ignore = [
397397
checks = [
398398
"GL06",
399399
"GL07",
400-
"GL09",
400+
# Currently broken; see https://github.com/numpy/numpydoc/issues/573
401+
# "GL09",
401402
"GL10",
402403
"SS02",
403404
"SS04",

0 commit comments

Comments
 (0)