You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2024. It is now read-only.
What started as a quick fix for us using Pydantic to help us validate our frontmatter files has grown a bit unwieldy.
In our bin/*.py folder we have a bunch of scripts that help us organize and run our conference. Several include copies of the same BaseModel but we never got around to trying to refactor these to work off of the same models.
A quick win would be to refactor some of these files to reference the same set of BaseModels.