-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Add mypy config to pyproject.toml #1543
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1543 +/- ##
===========================================
+ Coverage 35.19% 46.99% +11.80%
===========================================
Files 44 44
Lines 5328 5328
Branches 1236 1305 +69
===========================================
+ Hits 1875 2504 +629
+ Misses 3299 2613 -686
- Partials 154 211 +57
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This is great! All new files in my past PRs conform to this already and I found a few bugs already because of mypy errors. |
Music to my ears! |
* Add mypy config to pyproject.toml * put back follow_imports * ignore math utils
Why are these changes needed?
@davorrunje @ekzhu I am merging just the mypy config that I have seen in some of your PRs. As I am sure you're aware, we're very far away from being able to enforce this in CI. But at the very least having the config merged allows us to make progress towards this.
Related issue number
#1462
Checks