-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding typing, changing the data model, probably a v3.0 rewrite #91
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #91 +/- ##
==========================================
+ Coverage 91.73% 92.54% +0.80%
==========================================
Files 7 7
Lines 472 523 +51
==========================================
+ Hits 433 484 +51
Misses 39 39
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
For now I'm exploring what it would look like to add typing and pydantic data models to depfinder. It's turning into somwhat of a rewrite of the whole library. We'll see how it goes. If anything, this would be a major version bump to 3.0 if / when we decide to merge this