-
Notifications
You must be signed in to change notification settings - Fork 6
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 #473
Merged
Merge from master #473
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************* Module kyu_6.format_string_of_names.solution kyu_6/format_string_of_names/solution.py:22:4: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
************* Module kyu_6.pokemon_damage_calculator.calculate_damage kyu_6/pokemon_damage_calculator/calculate_damage.py:58:4: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return) ************* Module kyu_6.pokemon_damage_calculator.test_calculate_damage kyu_6/pokemon_damage_calculator/test_calculate_damage.py:39:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module kyu_6.pyramid_array.pyramid_array kyu_6/pyramid_array/pyramid_array.py:21:8: R1704: Redefining argument with the local name 'n' (redefined-argument-from-local)
************* Module kyu_6.character_frequency.character_frequency kyu_6/character_frequency/character_frequency.py:17:18: R1735: Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
************* Module kyu_6.casino_chips.solve kyu_6/casino_chips/solve.py:35:0: C0305: Trailing newlines (trailing-newlines) kyu_6/casino_chips/solve.py:31:4: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
************* Module kyu_6.find_the_odd_int.find_the_odd_int kyu_6/find_the_odd_int/find_the_odd_int.py:17:28: R1735: Consider using '{}' instead of a call to 'dict'. (use-dict-literal) kyu_6/find_the_odd_int/find_the_odd_int.py:26:4: C0206: Consider iterating with .items() (consider-using-dict-items) kyu_6/find_the_odd_int/find_the_odd_int.py:26:15: C0201: Consider iterating the dictionary directly instead of calling .keys() (consider-iterating-dictionary)
************* Module kyu_6.no_arithmetic_progressions.sequence kyu_6/no_arithmetic_progressions/sequence.py:8:13: W0613: Unused argument 'n' (unused-argument)
************* Module kyu_6.a_rule_of_divisibility_by_13.test_thirt kyu_6/a_rule_of_divisibility_by_13/test_thirt.py:29:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module kyu_6.a_rule_of_divisibility_by_13.thirt kyu_6/a_rule_of_divisibility_by_13/thirt.py:28:8: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
************* Module kyu_6.sum_of_digits_digital_root.digital_root kyu_6/sum_of_digits_digital_root/digital_root.py:21:4: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
************* Module kyu_6.count_letters_in_string.count_letters_in_string kyu_6/count_letters_in_string/count_letters_in_string.py:17:19: R1735: Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
************* Module kyu_6.default_list.default_list kyu_6/default_list/default_list.py:8:0: C0115: Missing class docstring (missing-class-docstring)
************* Module kyu_6.array_to_html_table.to_table kyu_6/array_to_html_table/to_table.py:77:40: C0209: Formatting a regular string which could be an f-string (consider-using-f-string)
************* Module kyu_6.array_to_html_table.test_list_to_html_table kyu_6/array_to_html_table/test_list_to_html_table.py:97:0: C0301: Line too long (104/100) (line-too-long) kyu_6/array_to_html_table/test_list_to_html_table.py:31:4: C0116: Missing function or method docstring (missing-function-docstring)
************* Module kyu_6.numericals_of_string.numericals kyu_6/numericals_of_string/numericals.py:18:22: R1735: Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
Summary: 1 error(s) Error: kyu_6/find_the_odd_int/README.md:14:81 MD013/line-length Line length [Expected: 80; Actual: 86] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md Error: Failed with exit code: 1
Update README.md
Merge from master
kyu_7/formatting_decimal_places_1/two_decimal_places.py:1:0: R0801: Similar lines in 2 files ==kyu_7.coloured_triangles.test_triangle:[15:20] ==kyu_7.sort_out_the_men_from_boys.test_men_from_boys:[12:17] @allure.epic('7 kyu') @allure.parent_suite('Beginner') @allure.suite("Data Structures") @allure.sub_suite("Unit Tests") @allure.feature("Lists") (duplicate-code)
ikostan
added a commit
that referenced
this pull request
Oct 14, 2024
Merge pull request #473 from iKostanOrg/master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.