Skip to content
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

Merged
merged 2 commits into from
Sep 29, 2024
Merged

judge: fix the mypy error in CI #1186

merged 2 commits into from
Sep 29, 2024

Conversation

JasonLovesDoggo
Copy link
Contributor

@JasonLovesDoggo JasonLovesDoggo commented Sep 21, 2024

Copy link

codecov bot commented Sep 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.89%. Comparing base (367abcc) to head (419ca9a).
Report is 1 commits behind head on master.

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     
Flag Coverage Δ
82.89% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

for cls in (PlatformX86Mixin, PlatformX64Mixin, PlatformARMMixin, PlatformARM64Mixin)
if cls.abi == NATIVE_ABI
),
UnknownPlatformMixin,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comma removable?

Copy link
Contributor Author

@JasonLovesDoggo JasonLovesDoggo Sep 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it is👍🏼

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(update: Black likes it)

Copy link
Member

@kiritofeng kiritofeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@quantum5 quantum5 merged commit f9e3356 into DMOJ:master Sep 29, 2024
18 checks passed
@JasonLovesDoggo JasonLovesDoggo deleted the fix_mypy_error branch September 30, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants