pylint icon indicating copy to clipboard operation
pylint copied to clipboard

[missing-raises-doc] Take 'accept-no-raise-doc' option into account

Open Pierre-Sassoulas opened this issue 1 year ago • 7 comments

Type of Changes

Type
:bug: Bug fix

Description

Closes #7208

It's better for performance to simply cut short at the beginning of the function imo.

Co-authored-by: Brice Chardin [email protected]

Pierre-Sassoulas avatar Jul 20 '22 20:07 Pierre-Sassoulas

🤖 Effect of this PR on checked open source code: 🤖

Effect on astroid: The following messages are now emitted:

  1. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference_tip.py#L32
  2. missing-raises-doc: "Exception" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/decorators.py#L181
  3. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L79
  4. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L79
  5. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L79
  6. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L165
  7. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L165
  8. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L165
  9. missing-raises-doc: "NameInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L212
  10. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L275
  11. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L275
  12. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L301
  13. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L301
  14. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L301
  15. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L301
  16. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L394
  17. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L394
  18. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L655
  19. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L655
  20. missing-raises-doc: "AstroidTypeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/inference.py#L920
  21. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L142
  22. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L238
  23. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L238
  24. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L285
  25. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L488
  26. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L488
  27. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L488
  28. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L488
  29. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L488
  30. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L488
  31. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/bases.py#L488
  32. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L96
  33. missing-raises-doc: "AstroidImportError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L150
  34. missing-raises-doc: "AstroidImportError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L150
  35. missing-raises-doc: "AstroidImportError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L150
  36. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L150
  37. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L287
  38. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L302
  39. missing-raises-doc: "AstroidImportError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L302
  40. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L302
  41. missing-raises-doc: "AstroidImportError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/manager.py#L302
  42. missing-raises-doc: "SuperError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/objects.py#L86
  43. missing-raises-doc: "SuperError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/objects.py#L86
  44. missing-raises-doc: "SuperError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/objects.py#L86
  45. missing-raises-doc: "SuperError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/objects.py#L86
  46. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/objects.py#L141
  47. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/objects.py#L141
  48. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/objects.py#L141
  49. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L653
  50. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/builder.py#L99
  51. missing-raises-doc: "AstroidSyntaxError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/builder.py#L99
  52. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/builder.py#L99
  53. missing-raises-doc: "AstroidSyntaxError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/builder.py#L164
  54. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_dataclasses.py#L263
  55. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L115
  56. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L115
  57. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L115
  58. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L115
  59. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L146
  60. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L146
  61. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L240
  62. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L348
  63. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L348
  64. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L383
  65. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L383
  66. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L383
  67. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L339
  68. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L339
  69. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L382
  70. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L382
  71. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L382
  72. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L382
  73. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L382
  74. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L382
  75. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L461
  76. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L461
  77. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L516
  78. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L538
  79. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L538
  80. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L538
  81. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L574
  82. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L597
  83. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L605
  84. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L605
  85. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L605
  86. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L605
  87. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L73
  88. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L73
  89. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L73
  90. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L185
  91. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L185
  92. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L185
  93. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L463
  94. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L511
  95. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L511
  96. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L511
  97. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L511
  98. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L534
  99. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_namedtuple_enum.py#L534
  100. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/_base_nodes.py#L152
  101. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_ng.py#L594
  102. missing-raises-doc: "Exception" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/as_string.py#L585
  103. missing-raises-doc: "Exception" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/as_string.py#L614
  104. missing-raises-doc: "AstroidIndexError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L226
  105. missing-raises-doc: "AstroidTypeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L226
  106. missing-raises-doc: "AstroidTypeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L226
  107. missing-raises-doc: "InconsistentMroError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L72
  108. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L1576
  109. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/interpreter/objectmodel.py#L127
  110. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/interpreter/objectmodel.py#L512
  111. missing-raises-doc: "AttributeInferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/interpreter/dunder_lookup.py#L34

Effect on black: The following messages are now emitted:

  1. missing-raises-doc: "FileError" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L117
  2. missing-raises-doc: "BadOptionUsage" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L117
  3. missing-raises-doc: "ValueError" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L887
  4. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1010
  5. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1010
  6. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1033
  7. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1033
  8. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1059
  9. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1059
  10. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1096
  11. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1108
  12. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1389
  13. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1389
  14. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1389
  15. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/init.py#L1422
  16. missing-raises-doc: "LookupError" not documented as being raised https://github.com/psf/black/blob/main/src/black/nodes.py#L576
  17. missing-raises-doc: "InvalidInput" not documented as being raised https://github.com/psf/black/blob/main/src/black/parsing.py#L85
  18. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L535
  19. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L574
  20. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L574
  21. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L574
  22. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L662
  23. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L662
  24. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L761
  25. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L761
  26. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L761
  27. missing-raises-doc: "CannotSplit" not documented as being raised https://github.com/psf/black/blob/main/src/black/linegen.py#L838
  28. missing-raises-doc: "BracketMatchError" not documented as being raised https://github.com/psf/black/blob/main/src/black/brackets.py#L68
  29. missing-raises-doc: "ValueError" not documented as being raised https://github.com/psf/black/blob/main/src/black/lines.py#L79
  30. missing-raises-doc: "ValueError" not documented as being raised https://github.com/psf/black/blob/main/src/black/lines.py#L79
  31. missing-raises-doc: "CannotTransform" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L74
  32. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/handle_ipynb_magics.py#L113
  33. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/handle_ipynb_magics.py#L137
  34. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/handle_ipynb_magics.py#L177
  35. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/handle_ipynb_magics.py#L234
  36. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/psf/black/blob/main/src/black/handle_ipynb_magics.py#L393
  37. missing-raises-doc: "NothingChanged" not documented as being raised https://github.com/psf/black/blob/main/src/black/handle_ipynb_magics.py#L426
  38. missing-raises-doc: "GitWildMatchPatternError" not documented as being raised https://github.com/psf/black/blob/main/src/black/files.py#L137
  39. missing-raises-doc: "TokenError" not documented as being raised https://github.com/psf/black/blob/main/src/blib2to3/pgen2/tokenize.py#L409
  40. missing-raises-doc: "IndentationError" not documented as being raised https://github.com/psf/black/blob/main/src/blib2to3/pgen2/tokenize.py#L409
  41. missing-raises-doc: "TokenError" not documented as being raised https://github.com/psf/black/blob/main/src/blib2to3/pgen2/tokenize.py#L409
  42. missing-raises-doc: "ParseError" not documented as being raised https://github.com/psf/black/blob/main/src/blib2to3/pgen2/driver.py#L126
  43. missing-raises-doc: "ParseError" not documented as being raised https://github.com/psf/black/blob/main/src/blib2to3/pgen2/parse.py#L332

Effect on django: The following messages are now emitted:

  1. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/shortcuts.py#L64
  2. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/shortcuts.py#L64
  3. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/shortcuts.py#L92
  4. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/shortcuts.py#L92
  5. missing-raises-doc: "NoReverseMatch" not documented as being raised https://github.com/django/django/blob/main/django/shortcuts.py#L117
  6. missing-raises-doc: "NoReverseMatch" not documented as being raised https://github.com/django/django/blob/main/django/shortcuts.py#L117
  7. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/static.py#L17
  8. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/static.py#L17
  9. missing-raises-doc: "TemplateDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/views/csrf.py#L104
  10. missing-raises-doc: "TemplateDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/views/defaults.py#L35
  11. missing-raises-doc: "TemplateDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/views/defaults.py#L83
  12. missing-raises-doc: "TemplateDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/views/defaults.py#L103
  13. missing-raises-doc: "TemplateDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/views/defaults.py#L125
  14. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L34
  15. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L55
  16. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L84
  17. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L105
  18. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L137
  19. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L184
  20. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L205
  21. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L220
  22. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L241
  23. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L328
  24. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L364
  25. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L510
  26. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L510
  27. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L632
  28. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/dates.py#L679
  29. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/edit.py#L57
  30. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/edit.py#L83
  31. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/edit.py#L83
  32. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/edit.py#L119
  33. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/detail.py#L21
  34. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/detail.py#L21
  35. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/detail.py#L61
  36. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/detail.py#L117
  37. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/base.py#L80
  38. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/base.py#L80
  39. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/base.py#L196
  40. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/list.py#L22
  41. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/list.py#L53
  42. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/list.py#L53
  43. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/views/generic/list.py#L183
  44. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/views/decorators/debug.py#L6
  45. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/views/decorators/debug.py#L49
  46. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/urls/resolvers.py#L232
  47. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/urls/resolvers.py#L250
  48. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/urls/resolvers.py#L250
  49. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/urls/resolvers.py#L250
  50. missing-raises-doc: "ViewDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/urls/utils.py#L9
  51. missing-raises-doc: "ImportError" not documented as being raised https://github.com/django/django/blob/main/django/urls/utils.py#L9
  52. missing-raises-doc: "ViewDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/urls/utils.py#L9
  53. missing-raises-doc: "ImportError" not documented as being raised https://github.com/django/django/blob/main/django/urls/utils.py#L9
  54. missing-raises-doc: "ViewDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/urls/utils.py#L9
  55. missing-raises-doc: "ViewDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/urls/utils.py#L9
  56. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/contrib/flatpages/views.py#L22
  57. missing-raises-doc: "TemplateSyntaxError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/flatpages/templatetags/flatpages.py#L47
  58. missing-raises-doc: "TemplateSyntaxError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/flatpages/templatetags/flatpages.py#L47
  59. missing-raises-doc: "TemplateSyntaxError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/flatpages/templatetags/flatpages.py#L47
  60. missing-raises-doc: "SessionInterrupted" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sessions/middleware.py#L22
  61. missing-raises-doc: "CreateError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sessions/backends/db.py#L73
  62. missing-raises-doc: "IntegrityError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sessions/backends/db.py#L73
  63. missing-raises-doc: "UpdateError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sessions/backends/db.py#L73
  64. missing-raises-doc: "DatabaseError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sessions/backends/db.py#L73
  65. missing-raises-doc: "InvalidSessionKey" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sessions/backends/file.py#L47
  66. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sites/models.py#L12
  67. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/sites/models.py#L48
  68. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admindocs/views.py#L454
  69. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admindocs/middleware.py#L14
  70. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/sites.py#L100
  71. missing-raises-doc: "AlreadyRegistered" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/sites.py#L100
  72. missing-raises-doc: "NotRegistered" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/sites.py#L151
  73. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/actions.py#L19
  74. missing-raises-doc: "FieldError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L760
  75. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L1187
  76. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L1914
  77. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L1914
  78. missing-raises-doc: "DisallowedModelAdminToField" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L2105
  79. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L2105
  80. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L2105
  81. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L2170
  82. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/options.py#L2377
  83. missing-raises-doc: "FieldDoesNotExist" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/utils.py#L294
  84. missing-raises-doc: "FieldIsAForeignKeyColumnName" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/utils.py#L294
  85. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/utils.py#L323
  86. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L13
  87. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L66
  88. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L66
  89. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L66
  90. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L66
  91. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L66
  92. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L66
  93. missing-raises-doc: "PermissionDenied" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/views/autocomplete.py#L66
  94. missing-raises-doc: "TemplateSyntaxError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/templatetags/log.py#L29
  95. missing-raises-doc: "TemplateSyntaxError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/templatetags/log.py#L29
  96. missing-raises-doc: "TemplateSyntaxError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/templatetags/log.py#L29
  97. missing-raises-doc: "TemplateSyntaxError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/admin/templatetags/log.py#L29
  98. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/contenttypes/forms.py#L77
  99. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/contrib/contenttypes/views.py#L9
  100. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/contrib/contenttypes/views.py#L9
  101. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/contrib/contenttypes/views.py#L9
  102. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/password_validation.py#L41
  103. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/forms.py#L227
  104. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/forms.py#L420
  105. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/views.py#L60
  106. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/models.py#L139
  107. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/models.py#L313
  108. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/hashers.py#L72
  109. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/hashers.py#L120
  110. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/mixins.py#L21
  111. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/mixins.py#L81
  112. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/init.py#L94
  113. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/init.py#L94
  114. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/init.py#L165
  115. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/init.py#L165
  116. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/backends.py#L124
  117. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/auth/backends.py#L124
  118. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/measure.py#L200
  119. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/measure.py#L231
  120. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/views.py#L5
  121. missing-raises-doc: "Http404" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/views.py#L5
  122. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/feeds.py#L32
  123. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/feeds.py#L32
  124. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/feeds.py#L32
  125. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/feeds.py#L32
  126. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/feeds.py#L32
  127. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/polygon.py#L101
  128. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/mutable_list.py#L82
  129. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/mutable_list.py#L179
  130. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/mutable_list.py#L195
  131. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/mutable_list.py#L244
  132. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/mutable_list.py#L263
  133. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/mutable_list.py#L286
  134. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/linestring.py#L14
  135. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/linestring.py#L14
  136. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/linestring.py#L14
  137. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/linestring.py#L14
  138. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/linestring.py#L14
  139. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/coordseq.py#L20
  140. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/coordseq.py#L45
  141. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/coordseq.py#L45
  142. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/coordseq.py#L69
  143. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/coordseq.py#L74
  144. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/coordseq.py#L203
  145. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/point.py#L14
  146. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/point.py#L59
  147. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/point.py#L144
  148. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L237
  149. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L335
  150. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L472
  151. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L472
  152. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L631
  153. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L715
  154. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L715
  155. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L715
  156. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/geometry.py#L715
  157. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/prototypes/coordseq.py#L8
  158. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/prototypes/io.py#L167
  159. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/prototypes/errcheck.py#L29
  160. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/prototypes/errcheck.py#L39
  161. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/prototypes/errcheck.py#L49
  162. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/prototypes/errcheck.py#L61
  163. missing-raises-doc: "GEOSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geos/prototypes/errcheck.py#L80
  164. missing-raises-doc: "GeoIP2Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L49
  165. missing-raises-doc: "GeoIP2Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L49
  166. missing-raises-doc: "GeoIP2Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L49
  167. missing-raises-doc: "GeoIP2Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L49
  168. missing-raises-doc: "GeoIP2Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L49
  169. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L153
  170. missing-raises-doc: "GeoIP2Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L153
  171. missing-raises-doc: "GeoIP2Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/geoip2/base.py#L153
  172. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/forms/fields.py#L37
  173. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/forms/fields.py#L67
  174. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/forms/fields.py#L67
  175. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/admin/widgets.py#L98
  176. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/models/proxy.py#L49
  177. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/models/fields.py#L172
  178. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/postgis/adapter.py#L29
  179. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/postgis/introspection.py#L35
  180. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/postgis/operations.py#L178
  181. missing-raises-doc: "NotSupportedError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/postgis/operations.py#L233
  182. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/postgis/operations.py#L256
  183. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/postgis/operations.py#L359
  184. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/postgis/pgraster.py#L37
  185. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/spatialite/operations.py#L87
  186. missing-raises-doc: "ImproperlyConfigured" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/spatialite/operations.py#L87
  187. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/spatialite/operations.py#L119
  188. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/db/backends/base/models.py#L11
  189. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L65
  190. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L65
  191. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L211
  192. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L280
  193. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L400
  194. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L429
  195. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L562
  196. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L624
  197. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L669
  198. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geometries.py#L685
  199. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/driver.py#L36
  200. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/driver.py#L36
  201. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/datasource.py#L90
  202. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/datasource.py#L90
  203. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/datasource.py#L90
  204. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/field.py#L19
  205. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/field.py#L72
  206. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/feature.py#L22
  207. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/feature.py#L31
  208. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/feature.py#L115
  209. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/error.py#L49
  210. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/layer.py#L27
  211. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/layer.py#L42
  212. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/layer.py#L42
  213. missing-raises-doc: "IndexError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/layer.py#L75
  214. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/layer.py#L205
  215. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L38
  216. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L38
  217. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L38
  218. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L38
  219. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L38
  220. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L71
  221. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L105
  222. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L105
  223. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/envelope.py#L105
  224. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/srs.py#L53
  225. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/srs.py#L53
  226. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/srs.py#L53
  227. missing-raises-doc: "SRSException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/srs.py#L53
  228. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/srs.py#L53
  229. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/srs.py#L150
  230. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/srs.py#L349
  231. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geomtype.py#L33
  232. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geomtype.py#L33
  233. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/geomtype.py#L33
  234. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/prototypes/errcheck.py#L75
  235. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/prototypes/errcheck.py#L123
  236. missing-raises-doc: "GDALException" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/source.py#L227
  237. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/source.py#L306
  238. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/source.py#L348
  239. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/source.py#L480
  240. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/band.py#L160
  241. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/band.py#L188
  242. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/gdal/raster/band.py#L188
  243. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/ogrinspect.py#L18
  244. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/ogrinspect.py#L129
  245. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/ogrinspect.py#L129
  246. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/ogrinfo.py#L11
  247. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L96
  248. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L179
  249. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  250. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  251. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  252. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  253. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  254. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  255. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  256. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L191
  257. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L308
  258. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L326
  259. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L326
  260. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L326
  261. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L343
  262. missing-raises-doc: "InvalidString" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L388
  263. missing-raises-doc: "InvalidDecimal" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L388
  264. missing-raises-doc: "InvalidDecimal" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L388
  265. missing-raises-doc: "InvalidInteger" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L388
  266. missing-raises-doc: "MissingForeignKey" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L460
  267. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L513
  268. missing-raises-doc: "LayerMapError" not documented as being raised https://github.com/django/django/blob/main/django/contrib/gis/utils/layermapping.py#L548
  269. missing-raises-doc: "Exception" not documented as being raised https://github.com/django/django/blo...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 406f675794c02baab904465e3c717d51e6627f13

github-actions[bot] avatar Jul 20 '22 21:07 github-actions[bot]

🤖 Effect of this PR on checked open source code: 🤖

Effect on astroid: The following messages are no longer emitted:

  1. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  2. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  3. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  4. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  5. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  6. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L575
  7. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L575
  8. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L575
  9. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  10. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  11. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  12. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  13. missing-raises-doc: "ValueError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/builder.py#L359
  14. missing-raises-doc: "TypeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/helpers.py#L129
  15. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_type.py#L43
  16. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L260
  17. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L260
  18. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_six.py#L122
  19. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_six.py#L122
  20. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L760
  21. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L760
  22. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L760
  23. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L783
  24. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L783
  25. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L799
  26. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L799
  27. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L799
  28. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L831
  29. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L831
  30. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_ng.py#L328
  31. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_ng.py#L328
  32. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_ng.py#L352
  33. missing-raises-doc: "AstroidIndexError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L1931
  34. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L2079
  35. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L2079
  36. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4777
  37. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4777
  38. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4777
  39. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4800
  40. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4800
  41. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4800
  42. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L418
  43. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L501
  44. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L1688
  45. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L1688
  46. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2619
  47. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2717
  48. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2944
  49. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2944

Effect on black: The following messages are no longer emitted:

  1. missing-raises-doc: "CannotTransform" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L216
  2. missing-raises-doc: "CannotTransform" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L216
  3. missing-raises-doc: "CannotTransform" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L216
  4. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L1380
  5. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L2005

Effect on django: The following messages are no longer emitted:

  1. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/dispatch/dispatcher.py#L47
  2. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/dispatch/dispatcher.py#L47
  3. missing-raises-doc: "FieldError" not documented as being raised https://github.com/django/django/blob/main/django/db/models/query_utils.py#L267
  4. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/db/models/functions/text.py#L137
  5. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/db/models/functions/text.py#L323
  6. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/utils/ipv6.py#L7

Effect on flask: The following messages are no longer emitted:

  1. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L343
  2. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L701
  3. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L701
  4. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L701
  5. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L753
  6. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1728
  7. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1728
  8. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1866
  9. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1866
  10. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1866
  11. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/blueprints.py#L291
  12. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/config.py#L77
  13. missing-raises-doc: "OSError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/config.py#L165
  14. missing-raises-doc: "OSError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/config.py#L232

Effect on pandas: The following messages are no longer emitted:

  1. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/tseries/holiday.py#L152
  2. missing-raises-doc: "Exception" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/tseries/holiday.py#L423
  3. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  4. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  5. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  6. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  7. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  8. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  9. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L891
  10. missing-raises-doc: "TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/pickle_compat.py#L256
  11. missing-raises-doc: "ImportError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/_optional.py#L87
  12. missing-raises-doc: "ImportError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/_optional.py#L87
  13. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/numpy/function.py#L416
  14. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  15. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  16. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  17. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  18. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  19. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L215
  20. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L215
  21. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L600
  22. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L600
  23. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L2106
  24. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L223
  25. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L385
  26. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L547
  27. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L547
  28. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L284
  29. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L284
  30. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L493
  31. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L529
  32. missing-raises-doc: "OSError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L585
  33. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  34. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  35. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  36. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  37. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  38. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  39. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L126
  40. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L262
  41. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L278
  42. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L294
  43. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L309
  44. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L328
  45. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L343
  46. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L369
  47. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L388
  48. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L961
  49. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  50. missing-raises-doc: "OSError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  51. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  52. missing-raises-doc: "FileNotFoundError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  53. missing-raises-doc: "KeyError, TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  54. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L635
  55. missing-raises-doc: "PossibleDataLossError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L691
  56. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L691
  57. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L775
  58. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L796
  59. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L871
  60. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L903
  61. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  62. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  63. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  64. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  65. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  66. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  67. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  68. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  69. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  70. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1194
  71. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  72. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  73. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  74. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  75. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1378
  76. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1581
  77. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3635
  78. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3635
  79. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  80. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  81. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  82. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  83. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L5124
  84. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/clipboards.py#L15
  85. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/clipboards.py#L88
  86. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/xml.py#L380
  87. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/xml.py#L397
  88. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/spss.py#L15
  89. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/arrow_parser_wrapper.py#L77
  90. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/arrow_parser_wrapper.py#L77
  91. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L511
  92. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L511
  93. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1285
  94. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1285
  95. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1285
  96. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  97. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  98. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  99. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  100. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  101. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  102. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  103. missing-raises-doc: "ParserError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/python_parser.py#L745
  104. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/python_parser.py#L1315
  105. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/python_parser.py#L1315
  106. missing-raises-doc: "ParserError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L256
  107. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L731
  108. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L731
  109. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L890
  110. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L921
  111. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L921
  112. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sas/sasreader.py#L83
  113. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sas/sasreader.py#L83
  114. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sas/sasreader.py#L83
  115. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_normalize.py#L244
  116. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_normalize.py#L244
  117. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_json.py#L465
  118. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_json.py#L465
  119. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/excel/_util.py#L32
  120. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/excel/_util.py#L182
  121. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style_render.py#L1716
  122. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/format.py#L1673
  123. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/xml.py#L150
  124. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/xml.py#L150
  125. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/xml.py#L224
  126. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/latex.py#L22
  127. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L279
  128. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L279
  129. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L279
  130. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L454
  131. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L454
  132. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L646
  133. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L646
  134. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L1480
  135. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L1556
  136. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L2340
  137. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L2340
  138. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L2782
  139. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  140. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  141. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  142. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  143. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3850
  144. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3850
  145. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3850
  146. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L4040
  147. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1085
  148. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1085
  149. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1470
  150. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1690
  151. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L3773
  152. missing-raises-doc: "SettingWithCopyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L3998
  153. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  154. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  155. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  156. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  157. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4641
  158. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4904
  159. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5227
  160. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5227
  161. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5932
  162. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5932
  163. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  164. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  165. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  166. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  167. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  168. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  169. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  170. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  171. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  172. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  173. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7360
  174. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7360
  175. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L8069
  176. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L8781
  177. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L9042
  178. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L9824
  179. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L9824
  180. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10063
  181. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10063
  182. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10222
  183. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10281
  184. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10281
  185. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  186. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  187. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  188. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  189. missing-raises-doc: "TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L744
  190. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sample.py#L115
  191. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/missing.py#L751
  192. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L182
  193. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  194. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  195. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  196. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  197. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L453
  198. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L453
  199. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L534
  200. missing-raises-doc: "SpecificationError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1220
  201. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1220
  202. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1547
  203. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1547
  204. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/nanops.py#L723
  205. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/nanops.py#L1533
  206. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L252
  207. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L363
  208. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L427
  209. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L796
  210. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L796
  211. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L796
  212. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L369
  213. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L369
  214. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L413
  215. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L469
  216. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/describe.py#L385
  217. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L304
  218. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L376
  219. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L543
  220. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L543
  221. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L425
  222. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L425
  223. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L794
  224. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L859
  225. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L1043
  226. missing-raises-doc: "OverflowError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L1102
  227. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L1615
  228. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L818
  229. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1480
  230. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1480
  231. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1480
  232. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1564
  233. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L2192
  234. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1298
  235. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1298
  236. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1662
  237. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1943
  238. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L2021
  239. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L2208
  240. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L2208
  241. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L1402
  242. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L1603
  243. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2048
  244. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2642
  245. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2893
  246. missing-raises-doc: "Exception" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2893
  247. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2893
  248. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3099
  249. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3509
  250. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3509
  251. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3509
  252. missing-raises-doc: "Exception" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L4246
  253. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L5539
  254. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L5852
  255. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L5881
  256. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1480
  257. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1480
  258. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1480
  259. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1621
  260. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1621
  261. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1814
  262. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1814
  263. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L2337
  264. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L2498
  265. missing-raises-doc: "ImportError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L3175
  266. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L3175
  267. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4236
  268. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4664
  269. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4664
  270. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4664
  271. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  272. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  273. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  274. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  275. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  276. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  277. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  278. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  279. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  280. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6122
  281. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  282. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  283. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  284. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  285. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6677
  286. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L7504
  287. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L7585
  288. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  289. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  290. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  291. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  292. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  293. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L9543
  294. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10078
  295. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10078
  296. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10078
  297. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10197
  298. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10450
  299. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11311
  300. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11349
  301. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11405
  302. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11405
  303. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11405
  304. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/window/ewm.py#L987
  305. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/window/ewm.py#L987
  306. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/window/rolling.py#L263
  307. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/encoding.py#L25
  308. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/pivot.py#L527
  309. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/pivot.py#L527
  310. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  311. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  312. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  313. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  314. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  315. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L509
  316. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L509
  317. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/melt.py#L168
  318. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/melt.py#L262
  319. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/melt.py#L262
  320. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/merge.py#L186
  321. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/merge.py#L186
  322. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/merge.py#L186
  323. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/util.py#L10
  324. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/util.py#L10
  325. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/util.py#L10
  326. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  327. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  328. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  329. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  330. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  331. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  332. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  333. missing-raises-doc: "TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  334. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L321
  335. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L321
  336. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L321
  337. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  338. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  339. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  340. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  341. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  342. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  343. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  344. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  345. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  346. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  347. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/ops.py#L225
  348. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/ops.py#L225
  349. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/ops.py#L225
  350. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L487
  351. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1321
  352. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1405
  353. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1674
  354. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1674
  355. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1674
  356. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L788
  357. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L1301
  358. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L2171
  359. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L2312
  360. missing-raises-doc: "DataError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L2611
  361. missing-raises-doc: "ValueError" not documented as being raised https://gith...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit bdccd807c13cc66f0d6686f180e7e187bee1eca5

github-actions[bot] avatar Jul 21 '22 10:07 github-actions[bot]

Similarly than with the json that did not have the score, fixing the bug is creating a breaking change. I added the need decision label to decide if we put it in a minor (change the default value ?) or wait for 3.0 and keep the default value.

Pierre-Sassoulas avatar Jul 21 '22 12:07 Pierre-Sassoulas

Pull Request Test Coverage Report for Build 2712064012

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.0005%) to 95.248%

Totals Coverage Status
Change from base Build 2711986983: -0.0005%
Covered Lines: 16816
Relevant Lines: 17655

💛 - Coveralls

coveralls avatar Jul 21 '22 13:07 coveralls

🤖 Effect of this PR on checked open source code: 🤖

Effect on astroid: The following messages are no longer emitted:

  1. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  2. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  3. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  4. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  5. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/arguments.py#L153
  6. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L575
  7. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L575
  8. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L575
  9. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  10. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  11. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  12. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/protocols.py#L675
  13. missing-raises-doc: "ValueError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/builder.py#L359
  14. missing-raises-doc: "TypeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/helpers.py#L129
  15. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_type.py#L43
  16. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L260
  17. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_typing.py#L260
  18. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_six.py#L122
  19. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_six.py#L122
  20. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L760
  21. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L760
  22. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L760
  23. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L783
  24. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L783
  25. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L799
  26. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L799
  27. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L799
  28. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L831
  29. missing-raises-doc: "UseInferenceDefault" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/brain/brain_builtin_inference.py#L831
  30. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_ng.py#L328
  31. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_ng.py#L328
  32. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_ng.py#L352
  33. missing-raises-doc: "AstroidIndexError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L1931
  34. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L2079
  35. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L2079
  36. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4777
  37. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4777
  38. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4777
  39. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4800
  40. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4800
  41. missing-raises-doc: "ParentMissingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/node_classes.py#L4800
  42. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L418
  43. missing-raises-doc: "AstroidBuildingError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L501
  44. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L1688
  45. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L1688
  46. missing-raises-doc: "InferenceError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2619
  47. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2717
  48. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2944
  49. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/PyCQA/astroid/blob/main/astroid/nodes/scoped_nodes/scoped_nodes.py#L2944

Effect on black: The following messages are no longer emitted:

  1. missing-raises-doc: "CannotTransform" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L216
  2. missing-raises-doc: "CannotTransform" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L216
  3. missing-raises-doc: "CannotTransform" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L216
  4. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L1380
  5. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/psf/black/blob/main/src/black/trans.py#L2005

Effect on django: The following messages are no longer emitted:

  1. missing-raises-doc: "TypeError" not documented as being raised https://github.com/django/django/blob/main/django/dispatch/dispatcher.py#L47
  2. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/dispatch/dispatcher.py#L47
  3. missing-raises-doc: "FieldError" not documented as being raised https://github.com/django/django/blob/main/django/db/models/query_utils.py#L267
  4. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/db/models/functions/text.py#L137
  5. missing-raises-doc: "ValueError" not documented as being raised https://github.com/django/django/blob/main/django/db/models/functions/text.py#L323
  6. missing-raises-doc: "ValidationError" not documented as being raised https://github.com/django/django/blob/main/django/utils/ipv6.py#L7

Effect on flask: The following messages are no longer emitted:

  1. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L343
  2. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L701
  3. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L701
  4. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L701
  5. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/scaffold.py#L753
  6. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1728
  7. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1728
  8. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1866
  9. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1866
  10. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/app.py#L1866
  11. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/blueprints.py#L291
  12. missing-raises-doc: "RuntimeError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/config.py#L77
  13. missing-raises-doc: "OSError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/config.py#L165
  14. missing-raises-doc: "OSError" not documented as being raised https://github.com/pallets/flask/blob/main/src/flask/config.py#L232

Effect on pandas: The following messages are no longer emitted:

  1. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/tseries/holiday.py#L152
  2. missing-raises-doc: "Exception" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/tseries/holiday.py#L423
  3. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  4. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  5. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  6. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  7. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  8. missing-raises-doc: "OptionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L451
  9. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/_config/config.py#L891
  10. missing-raises-doc: "TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/pickle_compat.py#L256
  11. missing-raises-doc: "ImportError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/_optional.py#L87
  12. missing-raises-doc: "ImportError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/_optional.py#L87
  13. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/compat/numpy/function.py#L416
  14. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  15. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  16. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  17. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  18. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/feather_format.py#L29
  19. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L215
  20. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L215
  21. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L600
  22. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L600
  23. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sql.py#L2106
  24. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L223
  25. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L385
  26. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L547
  27. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/stata.py#L547
  28. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L284
  29. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L284
  30. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L493
  31. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L529
  32. missing-raises-doc: "OSError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L585
  33. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  34. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  35. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  36. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  37. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  38. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/common.py#L645
  39. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L126
  40. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L262
  41. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L278
  42. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L294
  43. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L309
  44. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L328
  45. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L343
  46. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L369
  47. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L388
  48. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/html.py#L961
  49. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  50. missing-raises-doc: "OSError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  51. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  52. missing-raises-doc: "FileNotFoundError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  53. missing-raises-doc: "KeyError, TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L303
  54. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L635
  55. missing-raises-doc: "PossibleDataLossError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L691
  56. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L691
  57. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L775
  58. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L796
  59. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L871
  60. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L903
  61. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  62. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  63. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  64. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  65. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L943
  66. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  67. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  68. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  69. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1137
  70. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1194
  71. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  72. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  73. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  74. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1281
  75. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1378
  76. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L1581
  77. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3635
  78. missing-raises-doc: "AttributeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3635
  79. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  80. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  81. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  82. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L3798
  83. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/pytables.py#L5124
  84. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/clipboards.py#L15
  85. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/clipboards.py#L88
  86. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/xml.py#L380
  87. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/xml.py#L397
  88. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/spss.py#L15
  89. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/arrow_parser_wrapper.py#L77
  90. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/arrow_parser_wrapper.py#L77
  91. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L511
  92. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L511
  93. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1285
  94. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1285
  95. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1285
  96. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  97. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  98. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  99. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  100. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  101. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  102. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/readers.py#L1936
  103. missing-raises-doc: "ParserError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/python_parser.py#L745
  104. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/python_parser.py#L1315
  105. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/python_parser.py#L1315
  106. missing-raises-doc: "ParserError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L256
  107. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L731
  108. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L731
  109. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L890
  110. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L921
  111. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/parsers/base_parser.py#L921
  112. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sas/sasreader.py#L83
  113. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sas/sasreader.py#L83
  114. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/sas/sasreader.py#L83
  115. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_normalize.py#L244
  116. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_normalize.py#L244
  117. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_json.py#L465
  118. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/json/_json.py#L465
  119. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/excel/_util.py#L32
  120. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/excel/_util.py#L182
  121. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style_render.py#L1716
  122. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/format.py#L1673
  123. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/xml.py#L150
  124. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/xml.py#L150
  125. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/xml.py#L224
  126. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/latex.py#L22
  127. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L279
  128. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L279
  129. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L279
  130. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L454
  131. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L454
  132. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L646
  133. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L646
  134. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L1480
  135. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L1556
  136. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L2340
  137. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L2340
  138. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L2782
  139. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  140. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  141. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  142. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3207
  143. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3850
  144. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3850
  145. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L3850
  146. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/io/formats/style.py#L4040
  147. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1085
  148. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1085
  149. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1470
  150. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L1690
  151. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L3773
  152. missing-raises-doc: "SettingWithCopyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L3998
  153. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  154. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  155. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  156. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4367
  157. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4641
  158. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L4904
  159. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5227
  160. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5227
  161. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5932
  162. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L5932
  163. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  164. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  165. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  166. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L6492
  167. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  168. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  169. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  170. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  171. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  172. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7062
  173. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7360
  174. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L7360
  175. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L8069
  176. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L8781
  177. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L9042
  178. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L9824
  179. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L9824
  180. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10063
  181. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10063
  182. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10222
  183. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10281
  184. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py#L10281
  185. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  186. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  187. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  188. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L493
  189. missing-raises-doc: "TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/construction.py#L744
  190. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sample.py#L115
  191. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/missing.py#L751
  192. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L182
  193. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  194. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  195. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  196. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L320
  197. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L453
  198. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L453
  199. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L534
  200. missing-raises-doc: "SpecificationError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1220
  201. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1220
  202. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1547
  203. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/apply.py#L1547
  204. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/nanops.py#L723
  205. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/nanops.py#L1533
  206. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L252
  207. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L363
  208. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L427
  209. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L796
  210. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L796
  211. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/base.py#L796
  212. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L369
  213. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L369
  214. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L413
  215. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py#L469
  216. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/describe.py#L385
  217. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L304
  218. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L376
  219. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L543
  220. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/sorting.py#L543
  221. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L425
  222. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L425
  223. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L794
  224. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L859
  225. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L1043
  226. missing-raises-doc: "OverflowError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L1102
  227. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/algorithms.py#L1615
  228. missing-raises-doc: "AbstractMethodError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L818
  229. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1480
  230. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1480
  231. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1480
  232. missing-raises-doc: "IndexError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L1564
  233. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexing.py#L2192
  234. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1298
  235. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1298
  236. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1662
  237. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L1943
  238. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L2021
  239. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L2208
  240. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L2208
  241. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L1402
  242. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L1603
  243. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2048
  244. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2642
  245. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2893
  246. missing-raises-doc: "Exception" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2893
  247. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L2893
  248. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3099
  249. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3509
  250. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3509
  251. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L3509
  252. missing-raises-doc: "Exception" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L4246
  253. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L5539
  254. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L5852
  255. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/series.py#L5881
  256. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1480
  257. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1480
  258. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1480
  259. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1621
  260. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1621
  261. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1814
  262. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L1814
  263. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L2337
  264. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L2498
  265. missing-raises-doc: "ImportError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L3175
  266. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L3175
  267. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4236
  268. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4664
  269. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4664
  270. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4664
  271. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  272. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  273. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  274. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L4835
  275. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  276. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  277. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  278. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  279. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L5842
  280. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6122
  281. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  282. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  283. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  284. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6418
  285. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L6677
  286. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L7504
  287. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L7585
  288. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  289. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  290. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  291. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  292. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L8893
  293. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L9543
  294. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10078
  295. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10078
  296. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10078
  297. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10197
  298. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L10450
  299. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11311
  300. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11349
  301. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11405
  302. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11405
  303. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L11405
  304. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/window/ewm.py#L987
  305. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/window/ewm.py#L987
  306. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/window/rolling.py#L263
  307. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/encoding.py#L25
  308. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/pivot.py#L527
  309. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/pivot.py#L527
  310. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  311. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  312. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  313. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  314. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L50
  315. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L509
  316. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/tile.py#L509
  317. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/melt.py#L168
  318. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/melt.py#L262
  319. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/melt.py#L262
  320. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/merge.py#L186
  321. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/merge.py#L186
  322. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/merge.py#L186
  323. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/util.py#L10
  324. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/util.py#L10
  325. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/reshape/util.py#L10
  326. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  327. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  328. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  329. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/timedeltas.py#L73
  330. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  331. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  332. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  333. missing-raises-doc: "TypeError, ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/numeric.py#L28
  334. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L321
  335. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L321
  336. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L321
  337. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  338. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  339. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  340. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  341. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L577
  342. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  343. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  344. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  345. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  346. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/tools/datetimes.py#L1134
  347. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/ops.py#L225
  348. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/ops.py#L225
  349. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/ops.py#L225
  350. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L487
  351. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1321
  352. missing-raises-doc: "AssertionError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1405
  353. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1674
  354. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1674
  355. missing-raises-doc: "ValueError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/generic.py#L1674
  356. missing-raises-doc: "KeyError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L788
  357. missing-raises-doc: "NotImplementedError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L1301
  358. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L2171
  359. missing-raises-doc: "TypeError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L2312
  360. missing-raises-doc: "DataError" not documented as being raised https://github.com/pandas-dev/pandas/blob/main/pandas/core/groupby/groupby.py#L2611
  361. missing-raises-doc: "ValueError" not documented as being raised https://gith...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 036b7171ef66ef978493285b52b30c13a54b3d65

github-actions[bot] avatar Jul 21 '22 14:07 github-actions[bot]

Sorry, it has been a long time. What was the conclusion here? This can't be fixed without a breaking change?

DanielNoord avatar Aug 09 '22 21:08 DanielNoord

I still need to work on it to find a solution without breaking changes. I feel like this could be seen as a consistency fix too but I did not came to a conclusion.

Pierre-Sassoulas avatar Aug 10 '22 18:08 Pierre-Sassoulas

I have accept_no_raise_doc = true and am still seeing missing-raises-doc warnings. Made a similar fix to this but then found this existing PR. If any help is needed on this, let me know!

gesslerpd avatar Sep 22 '22 22:09 gesslerpd

Do you have an opinion on the review discussion regarding the breaking change or not @gesslerpd ? I've been quite busy but feel free to propose something to accelerate things :)

Pierre-Sassoulas avatar Sep 23 '22 06:09 Pierre-Sassoulas

Closing in favor of #7581

Pierre-Sassoulas avatar Oct 08 '22 06:10 Pierre-Sassoulas