Skip to content

Commit

Permalink
Test nitpicking itself
Browse files Browse the repository at this point in the history
The type hint is valid. The docs is doing something strange.

Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Sep 12, 2023
1 parent afda1cf commit 496c356
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 @@ -60,6 +60,7 @@
]
nitpick_ignore_regex = [
('py:class', '.*array'),
('py:class', '.*Array'),
('py:class', '.*device'),
('py:class', '.*Device'),
('py:class', '.*dtype'),
Expand Down

0 comments on commit 496c356

Please sign in to comment.