Skip to content

Commit

Permalink
Add nipick ignore for typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Mar 16, 2022
1 parent 4210043 commit af8d966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def get_release_version() -> str:
("py:class", "pyarrow._fs.FileSystemHandler"),
("py:class", "RawDeltaTable"),
("py:class", "pandas.DataFrame"),
("py:class", "typing_extensions.Literal"),
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit af8d966

Please sign in to comment.