@@ -59,6 +59,8 @@ All messages in the error category:
5959 error/bad-string-format-type.rst
6060 error/bad-super-call.rst
6161 error/bidirectional-unicode.rst
62+ error/broken-collections-callable.rst
63+ error/broken-noreturn.rst
6264 error/catching-non-exception.rst
6365 error/class-variable-slots-conflict.rst
6466 error/continue-in-finally.rst
@@ -82,6 +84,7 @@ All messages in the error category:
8284 error/invalid-character-sub.rst
8385 error/invalid-character-zero-width-space.rst
8486 error/invalid-class-object.rst
87+ error/invalid-enum-extension.rst
8588 error/invalid-envvar-value.rst
8689 error/invalid-format-returned.rst
8790 error/invalid-getnewargs-ex-returned.rst
@@ -128,6 +131,7 @@ All messages in the error category:
128131 error/not-context-manager.rst
129132 error/not-in-loop.rst
130133 error/notimplemented-raised.rst
134+ error/potential-index-error.rst
131135 error/raising-bad-type.rst
132136 error/raising-non-exception.rst
133137 error/redundant-keyword-arg.rst
@@ -202,6 +206,7 @@ All messages in the warning category:
202206 warning/binary-op-exception.rst
203207 warning/boolean-datetime.rst
204208 warning/broad-except.rst
209+ warning/cache-max-size-none.rst
205210 warning/cell-var-from-loop.rst
206211 warning/comparison-with-callable.rst
207212 warning/confusing-with-statement.rst
@@ -218,6 +223,8 @@ All messages in the warning category:
218223 warning/duplicate-except.rst
219224 warning/duplicate-key.rst
220225 warning/duplicate-string-formatting-argument.rst
226+ warning/duplicate-value.rst
227+ warning/eq-without-hash.rst
221228 warning/eval-used.rst
222229 warning/exec-used.rst
223230 warning/expression-not-assigned.rst
@@ -242,7 +249,6 @@ All messages in the warning category:
242249 warning/logging-fstring-interpolation.rst
243250 warning/logging-not-lazy.rst
244251 warning/lost-exception.rst
245- warning/lru-cache-decorating-method.rst
246252 warning/misplaced-future.rst
247253 warning/missing-any-param-doc.rst
248254 warning/missing-format-argument-key.rst
@@ -324,6 +330,7 @@ All renamed messages in the warning category:
324330 :titlesonly:
325331
326332 warning/implicit-str-concat-in-sequence.rst
333+ warning/lru-cache-decorating-method.rst
327334 warning/old-assignment-from-none.rst
328335 warning/old-empty-docstring.rst
329336 warning/old-missing-param-doc.rst
@@ -360,6 +367,7 @@ All messages in the convention category:
360367 convention/docstring-first-line-empty.rst
361368 convention/empty-docstring.rst
362369 convention/import-outside-toplevel.rst
370+ convention/import-private-name.rst
363371 convention/invalid-characters-in-docstring.rst
364372 convention/invalid-name.rst
365373 convention/line-too-long.rst
@@ -379,9 +387,13 @@ All messages in the convention category:
379387 convention/too-many-lines.rst
380388 convention/trailing-newlines.rst
381389 convention/trailing-whitespace.rst
390+ convention/typevar-double-variance.rst
391+ convention/typevar-name-incorrect-variance.rst
392+ convention/typevar-name-mismatch.rst
382393 convention/unexpected-line-ending-format.rst
383394 convention/ungrouped-imports.rst
384395 convention/unidiomatic-typecheck.rst
396+ convention/unnecessary-dunder-call.rst
385397 convention/unneeded-not.rst
386398 convention/use-implicit-booleaness-not-comparison.rst
387399 convention/use-implicit-booleaness-not-len.rst
@@ -475,6 +487,7 @@ All messages in the refactor category:
475487 refactor/trailing-comma-tuple.rst
476488 refactor/unnecessary-comprehension.rst
477489 refactor/unnecessary-dict-index-lookup.rst
490+ refactor/unnecessary-list-index-lookup.rst
478491 refactor/use-a-generator.rst
479492 refactor/use-dict-literal.rst
480493 refactor/use-list-literal.rst
@@ -518,3 +531,5 @@ All renamed messages in the information category:
518531 :titlesonly:
519532
520533 information/deprecated-disable-all.rst
534+
535+
0 commit comments