We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20062f5 commit 5eccc7aCopy full SHA for 5eccc7a
Doc/conf.py
@@ -224,6 +224,7 @@
224
('py:meth', '_SubParsersAction.add_parser'),
225
# Attributes/methods/etc. that definitely should be documented better,
226
# but are deferred for now:
227
+ ('py:attr', '__annotations__'),
228
('py:attr', '__wrapped__'),
229
]
230
Doc/tools/check-warnings.py
@@ -15,7 +15,7 @@
15
from typing import TextIO
16
17
# Fail if NEWS nit found before this line number
18
-NEWS_NIT_THRESHOLD = 8550
+NEWS_NIT_THRESHOLD = 4800
19
20
# Exclude these whether they're dirty or clean,
21
# because they trigger a rebuild of dirty files.
0 commit comments