Skip to content

Commit

Permalink
Merge pull request #235 from SethMMorton/main
Browse files Browse the repository at this point in the history
Fill in gaps in type annotations.
  • Loading branch information
jaraco authored Dec 28, 2024
2 parents 87792b7 + 27c406b commit cb19d57
Show file tree
Hide file tree
Showing 8 changed files with 623 additions and 663 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
('py:class', 'OpenBinaryModeUpdating'),
('py:class', 'OpenBinaryModeWriting'),
('py:class', 'OpenTextMode'),
('py:class', '_IgnoreFn'),
('py:class', '_CopyFn'),
('py:class', '_Match'),
('py:class', '_OnErrorCallback'),
('py:class', '_OnExcCallback'),
('py:class', 'os.statvfs_result'),
('py:class', 'ModuleType'),
]

# Include Python intersphinx mapping to prevent failures
Expand Down
Loading

0 comments on commit cb19d57

Please sign in to comment.