Skip to content

fix some codespell issues #1108

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

Merged
merged 2 commits into from
Dec 2, 2024
Merged

fix some codespell issues #1108

merged 2 commits into from
Dec 2, 2024

Conversation

aw-was-here
Copy link
Collaborator

@aw-was-here aw-was-here commented Dec 2, 2024

Summary by Sourcery

Bug Fixes:

  • Correct spelling errors in function names and comments across the codebase.

Copy link

sourcery-ai bot commented Dec 2, 2024

Reviewer's Guide by Sourcery

This PR fixes spelling issues in the codebase by correcting function names and documentation text. The changes primarily involve renaming functions to use proper spacing in their names and fixing a typo in a documentation string.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Renamed functions to use consistent naming convention with underscores
  • Renamed '_fillinmetadata' to '_fill_inmetadata'
  • Updated function call references to use the new name
  • Renamed 'fillin' to 'fill_in'
  • Updated recursive function call to use the new name
nowplaying/processes/trackpoll.py
Fixed typo in documentation string
  • Corrected 'ugprade' to 'upgrade' in the Qt Dialog class documentation
nowplaying/upgrade.py

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@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.

We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.

@aw-was-here aw-was-here merged commit ce6be0f into main Dec 2, 2024
11 checks passed
@aw-was-here aw-was-here deleted the fix-spelling branch December 2, 2024 05:41
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.

1 participant