Skip to content

Commit 0ce5be1

Browse files
author
root
committed
added pydantic example
1 parent 1fa8b61 commit 0ce5be1

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)