-
Notifications
You must be signed in to change notification settings - Fork 254
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
judge: fix the mypy error in CI #1186
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1186 +/- ##
===========================================
+ Coverage 49.37% 82.89% +33.51%
===========================================
Files 143 143
Lines 5430 5436 +6
===========================================
+ Hits 2681 4506 +1825
+ Misses 2749 930 -1819
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
for cls in (PlatformX86Mixin, PlatformX64Mixin, PlatformARMMixin, PlatformARM64Mixin) | ||
if cls.abi == NATIVE_ABI | ||
), | ||
UnknownPlatformMixin, |
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.
Is this comma removable?
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.
Yes it is👍🏼
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.
(update: Black likes it)
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.
LGTM, thanks!
6aa9688
to
419ca9a
Compare
See https://github.com/DMOJ/judge-server/actions/runs/10466584470/job/28983707605
(https://github.com/mcpt/wlmoj-judge/actions/runs/10975887920/job/30476034151) for a successful run