Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def getlistcfg(strval):
]


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

for category in ignore_categories:
if category in mcfg:
Expand Down
4 changes: 4 additions & 0 deletions docs/nitpick-exceptions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ py-obj=
opentelemetry.instrumentation.dbapi.ConnectionT
opentelemetry.instrumentation.dbapi.CursorT

py-data=
typing.Union
typing.Optional

py-func=
poll
flush
Expand Down
Loading