Skip to content

Commit 5883412

Browse files
committed
Nitpick ignore ..
Prevents warnings for duplicate notes
1 parent 3c9c047 commit 5883412

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_array_api_conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
("py:class", "int | float | ~typing.Literal[inf, -inf]"),
6464
("py:class", "enum.Enum"),
6565
("py:class", "ellipsis"),
66+
# See https://github.com/data-apis/array-api/pull/766#discussion_r1534128415
67+
("py:class", ".."),
6668
]
6769
nitpick_ignore_regex = [
6870
("py:class", ".*array"),

0 commit comments

Comments
 (0)