Skip to content

Commit

Permalink
Add nitpick ignore
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Sep 12, 2023
1 parent 463dba1 commit 10b9e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_array_api_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
('py:obj', "typing.Union[int, float, typing.Literal[inf, - inf]]"),
('py:class', 'enum.Enum'),
('py:class', 'ellipsis'),
("py:class", "ArrayAPINamespace"),
]
nitpick_ignore_regex = [
('py:class', '.*array'),
Expand Down

0 comments on commit 10b9e36

Please sign in to comment.