Skip to content

Commit

Permalink
Docs: Add PluggableSchemaValidator to nitpick exceptions (#6515)
Browse files Browse the repository at this point in the history
This class comes from `pydantic` and as of `pydantic==2.8.2` this is
causing a warning because Sphinx cannot find the cross-reference.
  • Loading branch information
sphuber authored Jul 4, 2024
1 parent 89cd03c commit 11eefc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/nitpick-exceptions
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ py:meth fail
py:class ComputedFieldInfo
py:class pydantic.fields.Field
py:class pydantic.main.BaseModel
py:class PluggableSchemaValidator

py:class requests.models.Response
py:class requests.Response
Expand Down

0 comments on commit 11eefc9

Please sign in to comment.