[3.13] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#141827)

(cherry picked from commit 22cb9ba8f9)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2025-12-02 00:26:32 +02:00 committed by GitHub
parent ed5d71752b
commit 5d7cacb1db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 25 additions and 30 deletions

View file

@ -213,13 +213,6 @@
('envvar', 'USER'),
('envvar', 'USERNAME'),
('envvar', 'USERPROFILE'),
# Deprecated function that was never documented:
('py:func', 'getargspec'),
('py:func', 'inspect.getargspec'),
# Undocumented modules that users shouldn't have to worry about
# (implementation details of `os.path`):
('py:mod', 'ntpath'),
('py:mod', 'posixpath'),
]
# Temporary undocumented names.
@ -232,7 +225,6 @@
# Attributes/methods/etc. that definitely should be documented better,
# but are deferred for now:
('py:attr', '__annotations__'),
('py:meth', '__missing__'),
('py:attr', '__wrapped__'),
]