-
Notifications
You must be signed in to change notification settings - Fork 5
Merge from master #629
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
Merge from master #629
Conversation
Merge pull request #607 from iKostanOrg/master
Merge from master
[20/112] check kyu_7.powers_of_3.largest_power FAILED: /home/runner/work/codewars/codewars/.pytype/pyi/kyu_7/powers_of_3/largest_power.pyi /opt/hostedtoolcache/Python/3.11.11/x64/bin/python -m pytype.main --imports_info /home/runner/work/codewars/codewars/.pytype/imports/kyu_7.powers_of_3.largest_power.imports --module-name kyu_7.powers_of_3.largest_power --platform linux -V 3.11 -o /home/runner/work/codewars/codewars/.pytype/pyi/kyu_7/powers_of_3/largest_power.pyi --analyze-annotated --nofail --quick /home/runner/work/codewars/codewars/kyu_7/powers_of_3/largest_power.py /home/runner/work/codewars/codewars/kyu_7/powers_of_3/largest_power.py:22:9: error: in largest_power: Type annotation for result does not match type of assignment [annotation-type-mismatch] Annotation: int Assignment: float In assignment of type: Union[float, int] result = 3 ** n ~~~~~~ For more details, see https://google.github.io/pytype/errors.html#annotation-type-mismatch ninja: build stopped: subcommand failed.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Merge pull request #611 from iKostanOrg/master
Merge from master
Merge pull request #614 from iKostanOrg/master
# Adding 'timeout-minutes: 10' would prevent jobs from running # indefinitely if something goes wrong timeout-minutes: 10
Consider consolidating these similar workflow files into a single workflow with multiple jobs to reduce duplication and improve maintainability. This could be done as a separate PR.
Merge pull request #627 from iKostanOrg/master
./kyu_5/diophantine_equation/solution.py:20:14: E226 missing whitespace around arithmetic operator start = n//2 ^ ./kyu_5/diophantine_equation/solution.py:25:25: E226 missing whitespace around arithmetic operator for y in range(x//2, -1, -1):
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
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.
The pull request #629 has too many files changed.
We can only review pull requests with up to 300 changed files, and this pull request has 12126.
CodeFactor found an issue: Use of vulnerable py (CVE-2022-42969) It's currently on: |
Merge pull request #629 from iKostanOrg/master
No description provided.