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 #572

Merged
merged 933 commits into from
Dec 22, 2024
Merged

Merge from master #572

merged 933 commits into from
Dec 22, 2024

Conversation

ikostan
Copy link
Member

@ikostan ikostan commented Dec 22, 2024

No description provided.

ikostan and others added 30 commits December 17, 2024 06:07
kyu_6/array_diff/solution.py:10 in public function `array_diff`:
        D205: 1 blank line required between summary line and description (found 0)

        Multi-line docstrings consist of a summary line just like a one-line
        docstring, followed by a blank line, followed by a more elaborate
        description. The summary line may be used by automatic indexing tools;
        it is important that it fits on one line and is separated from the
        rest of the docstring by a blank line.

kyu_6/array_diff/solution.py:10 in public function `array_diff`:
        D400: First line should end with a period (not 'e')

        The [first line of a] docstring is a phrase ending in a period.
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
kyu_6/rotate_the_letters_of_each_element/group_cities.py:10 in public function `group_cities`:
        D401: First line should be in imperative mood (perhaps 'Group', not 'Grouping')

        [Docstring] prescribes the function or method's effect as a command:
        ("Do this", "Return that"), not as a description; e.g. don't write
        "Returns the pathname ...".
kyu_6/a_rule_of_divisibility_by_13/thirt.py:1 at module level:
        D205: 1 blank line required between summary line and description (found 0)

        Multi-line docstrings consist of a summary line just like a one-line
        docstring, followed by a blank line, followed by a more elaborate
        description. The summary line may be used by automatic indexing tools;
        it is important that it fits on one line and is separated from the
        rest of the docstring by a blank line.

kyu_6/a_rule_of_divisibility_by_13/thirt.py:1 at module level:
        D400: First line should end with a period (not '3')

        The [first line of a] docstring is a phrase ending in a period.

kyu_6/a_rule_of_divisibility_by_13/thirt.py:11 in public function `thirt`:
        D205: 1 blank line required between summary line and description (found 0)

        Multi-line docstrings consist of a summary line just like a one-line
        docstring, followed by a blank line, followed by a more elaborate
        description. The summary line may be used by automatic indexing tools;
        it is important that it fits on one line and is separated from the
        rest of the docstring by a blank line.

kyu_6/a_rule_of_divisibility_by_13/thirt.py:11 in public function `thirt`:
        D400: First line should end with a period (not 's')

        The [first line of a] docstring is a phrase ending in a period.

kyu_6/a_rule_of_divisibility_by_13/thirt.py:11 in public function `thirt`:
        D401: First line should be in imperative mood; try rephrasing (found 'The')

        [Docstring] prescribes the function or method's effect as a command:
        ("Do this", "Return that"), not as a description; e.g. don't write
        "Returns the pathname ...".

kyu_6/rotate_the_letters_of_each_element/group_cities.py:10 in public function `group_cities`:
        D401: First line should be in imperative mood (perhaps 'Group', not 'Grouping')

        [Docstring] prescribes the function or method's effect as a command:
        ("Do this", "Return that"), not as a description; e.g. don't write
        "Returns the pathname ...".
@ikostan ikostan self-assigned this Dec 22, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

utils/log_func.py Dismissed Show dismissed Hide dismissed
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

The pull request #572 has too many files changed.

We can only review pull requests with up to 300 changed files, and this pull request has 2865.

@ikostan ikostan merged commit d28a7f6 into kyu8 Dec 22, 2024
21 of 22 checks passed
ikostan added a commit that referenced this pull request Dec 24, 2024
Merge pull request #572 from iKostanOrg/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant