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

Merge from master #453

Merged
merged 746 commits into from
Sep 9, 2024
Merged

Merge from master #453

merged 746 commits into from
Sep 9, 2024

Conversation

ikostan
Copy link
Member

@ikostan ikostan commented Sep 9, 2024

No description provided.

ikostan and others added 30 commits August 29, 2024 21:48
kyu_3/make_spiral/solution.py:59:13: R0916: Too many boolean expressions in if statement (6/5) (too-many-boolean-expressions)
kyu_3/make_spiral/solution.py:97:8: R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break)
kyu_3/make_spiral/solution.py:133:8: R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break)
kyu_3/line_safari_is_that_a_line/walker_class.py:157:4: R0912: Too many branches (17/12) (too-many-branches)
kyu_3/calculator/calculator.py:13:0: R0903: Too few public methods (1/2) (too-few-public-methods)
kyu_3/calculator/calculator.py:13:0: R0903: Too few public methods (1/2) (too-few-public-methods)
Line too long (86 > 79 characters) New
Line too long (91 > 79 characters) New
Function check_submarine has 5 arguments (exceeds 4 allowed). Consider refactoring. New
Consider simplifying this complex logical expression
Consider simplifying this complex logical expression
kyu_4/snail/test_snail.py:47:0: C0301: Line too long (101/100) (line-too-long)
kyu_4/snail/test_snail.py:30:0: C0115: Missing class docstring (missing-class-docstring)
************ Module kyu_4.snail.snail_sort
kyu_4/snail/snail_sort.py:22:15: R1734: Consider using [] instead of list() (use-list-literal)
kyu_4/snail/snail_sort.py:24:13: R1734: Consider using [] instead of list() (use-list-literal)
************* Module kyu_4.sum_by_factors.sum_for_list
kyu_4/sum_by_factors/sum_for_list.py:24:14: R1734: Consider using [] instead of list() (use-list-literal)
kyu_4/sum_by_factors/sum_for_list.py:32:21: R1734: Consider using [] instead of list() (use-list-literal)
************* Module kyu_4.sum_by_factors.test_sum_for_list
kyu_4/sum_by_factors/test_sum_for_list.py:71:0: C0301: Line too long (102/100) (line-too-long)
kyu_4/sum_by_factors/test_sum_for_list.py:80:29: C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
kyu_4/sum_by_factors/test_sum_for_list.py:11:0: C0411: standard import "unittest" should be placed before third party import "allure" (wrong-import-order)
************* Module kyu_4.most_frequently_used_words.test_top_3_words
kyu_4/most_frequently_used_words/test_top_3_words.py:11:0: C0411: standard import "unittest" should be placed before third party import "allure" (wrong-import-order)
************* Module kyu_4.most_frequently_used_words.solution
kyu_4/most_frequently_used_words/solution.py:29:21: R1735: Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
kyu_4/most_frequently_used_words/solution.py:39:20: R1734: Consider using [] instead of list() (use-list-literal)
==kyu_4.the_greatest_warrior.test_battle:[15:30]
==kyu_4.the_greatest_warrior.test_warrior:[16:31]
ikostan and others added 16 commits September 8, 2024 20:55
/home/docs/checkouts/readthedocs.org/user_builds/codewars/checkouts/449/kyu_5/find_the_smallest/solution.py:docstring of kyu_5.find_the_smallest.solution.smallest:6: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/home/docs/checkouts/readthedocs.org/user_builds/codewars/checkouts/449/kyu_5/sports_league_table_ranking/test_compute_ranks.py:docstring of kyu_5.sports_league_table_ranking.test_compute_ranks.ComputeRanksTestCase.test_something:10: WARNING: Bullet list ends without a blank line; unexpected unindent.
@ikostan ikostan self-assigned this Sep 9, 2024
@ikostan ikostan added the kyu_6 label Sep 9, 2024
@ikostan ikostan merged commit 9253ddd into kyu6 Sep 9, 2024
7 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant