pydantic / bump-pydantic

Convert Pydantic from V1 to V2 ♻
MIT License
303 stars 24 forks source link

✨ Add codemod and rule to add type annotations or TODO comment for fields with a default and no type annotations #163

Closed tiangolo closed 4 months ago

tiangolo commented 4 months ago

✨ Add codemod and rule to add type annotations or TODO comment for fields with a default and no type annotations

This would fix https://github.com/pydantic/bump-pydantic/issues/149

Kludex commented 4 months ago

Gracias!