Skip to content

Commit 029b759

Browse files
committed
Add nitpick ignore
Signed-off-by: nstarman <[email protected]>
1 parent 5a121cf commit 029b759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_array_api_conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
('py:obj', "typing.Union[int, float, typing.Literal[inf, - inf]]"),
5858
('py:class', 'enum.Enum'),
5959
('py:class', 'ellipsis'),
60+
("py:class", "ArrayAPINamespace"),
6061
]
6162
nitpick_ignore_regex = [
6263
('py:class', '.*array'),

0 commit comments

Comments
 (0)