We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fa8b61 + 0ce5be1 commit 552f016Copy full SHA for 552f016
mkdocs.yml
@@ -43,6 +43,7 @@ nav:
43
- Basic Examples: examples/basic_examples.md
44
- Advanced Examples: examples/advanced_examples.md
45
- Real World Examples: examples/real_world.md
46
+ - Using with Pydantic: examples/using_with_pydantic.md
47
- Advanced Topics:
48
- Type Inheritance: advanced-topics/type-inheritance.md
49
- Method Interception: advanced-topics/method-interception.md
pyproject.toml
@@ -142,6 +142,7 @@ exclude = [
142
"examples/bounded_wrapped_ints.py",
143
"examples/newtype_enums.py",
144
"examples/mutable.py",
145
+ "examples/pydantic-compat.py",
146
]
147
148
[tool.ruff.format]
0 commit comments