GH-101100: Remove some entries from `nitpick_ignore` (#138464)

This commit is contained in:
Adam Turner 2025-09-08 23:10:26 +01:00 committed by GitHub
parent 1561385863
commit 22cb9ba8f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 33 additions and 34 deletions

View file

@ -1081,7 +1081,7 @@ Function Annotations
information about the types used by user-defined functions (see :pep:`3107` and
:pep:`484` for more information).
:term:`Annotations <function annotation>` are stored in the :attr:`!__annotations__`
:term:`Annotations <function annotation>` are stored in the :attr:`~object.__annotations__`
attribute of the function as a dictionary and have no effect on any other part of the
function. Parameter annotations are defined by a colon after the parameter name, followed
by an expression evaluating to the value of the annotation. Return annotations are