-
Notifications
You must be signed in to change notification settings - Fork 39
bump mypy to 0.981, enable recursive type aliases #308
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
Conversation
Codecov ReportBase: 95.07% // Head: 93.20% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #308 +/- ##
==========================================
- Coverage 95.07% 93.20% -1.87%
==========================================
Files 35 35
Lines 1664 1664
Branches 185 185
==========================================
- Hits 1582 1551 -31
- Misses 61 93 +32
+ Partials 21 20 -1
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 at Codecov. |
fe67401 to
cd0560f
Compare
|
Not sure what's going on, but this is the error (linting session): nox > safety check --full-report
Unhandled exception happened: 'catalyst' |
daavoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we can also remove the 3.10.6 pin on CI as the mypy release is supposed to fix the issue
|
@daavoo the safety session is failing because of a catalyst[dev] dependency (sphinx) with a security vulnerability 🤦♀️. I see that catalyst is pinned: |
The vulnerability appears to also affect the latest version so the pin was not really the problem (anyway it is good to update our integration) |
No description provided.