We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463dba1 commit 10b9e36Copy full SHA for 10b9e36
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