Skip to content

Commit 73456a6

Browse files
committed
docs
1 parent 47bd227 commit 73456a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def getlistcfg(strval):
155155
]
156156

157157

158-
ignore_categories = ["py-class", "py-func", "py-exc", "py-obj", "any"]
158+
ignore_categories = ["py-class", "py-func", "py-exc", "py-obj", "py-data", "any"]
159159

160160
for category in ignore_categories:
161161
if category in mcfg:

docs/nitpick-exceptions.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ py-obj=
7575
opentelemetry.instrumentation.dbapi.ConnectionT
7676
opentelemetry.instrumentation.dbapi.CursorT
7777

78+
py-data=
79+
typing.Union
80+
typing.Optional
81+
7882
py-func=
7983
poll
8084
flush

0 commit comments

Comments
 (0)