We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a121cf commit 029b759Copy full SHA for 029b759
src/_array_api_conf.py
@@ -57,6 +57,7 @@
57
('py:obj', "typing.Union[int, float, typing.Literal[inf, - inf]]"),
58
('py:class', 'enum.Enum'),
59
('py:class', 'ellipsis'),
60
+ ("py:class", "ArrayAPINamespace"),
61
]
62
nitpick_ignore_regex = [
63
('py:class', '.*array'),
0 commit comments