Skip to content

Commit 552f016

Browse files
authored
Merge pull request #28 from jymchng/docs/add-pydantic-example
added pydantic example
2 parents 1fa8b61 + 0ce5be1 commit 552f016

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ nav:
4343
- Basic Examples: examples/basic_examples.md
4444
- Advanced Examples: examples/advanced_examples.md
4545
- Real World Examples: examples/real_world.md
46+
- Using with Pydantic: examples/using_with_pydantic.md
4647
- Advanced Topics:
4748
- Type Inheritance: advanced-topics/type-inheritance.md
4849
- Method Interception: advanced-topics/method-interception.md

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ exclude = [
142142
"examples/bounded_wrapped_ints.py",
143143
"examples/newtype_enums.py",
144144
"examples/mutable.py",
145+
"examples/pydantic-compat.py",
145146
]
146147

147148
[tool.ruff.format]

0 commit comments

Comments
 (0)