typecheck(cli/_helpers.py)#1667
Conversation
|
Partially fixes - #1635 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1667 +/- ##
=======================================
Coverage 84.74% 84.75%
=======================================
Files 153 153
Lines 6465 6467 +2
=======================================
+ Hits 5479 5481 +2
Misses 986 986 ☔ View full report in Codecov by Sentry. |
MalteEbner
left a comment
There was a problem hiding this comment.
Great initiative, I love it :)
The type-checker found some additional typings to be made, see the GitHub action here.
To reproduce it locally for easy development, just run make type-check.
Alternatively, just run mypy lightly/cli/_helpers.py directly.
You might need to install mypy and some typing backages beforehand. For the packages and versions, see
Lines 85 to 87 in cb4f1f6
|
Working on the fix to the failed type checks. |
Make sure to use the same version as the one mentioned in Line 85 in ab77543 |
No description provided.