Skip to content

Fix ruff linting issues in core/chdman.py#2

Merged
Soundchazer2k merged 1 commit intodev-1.2.0from
chdman-core-refactor
May 22, 2025
Merged

Fix ruff linting issues in core/chdman.py#2
Soundchazer2k merged 1 commit intodev-1.2.0from
chdman-core-refactor

Conversation

@Soundchazer2k
Copy link
Copy Markdown
Owner

This commit addresses linting errors reported by ruff, primarily:

  • E701: Multiple statements on one line (colon)
  • E702: Multiple statements on one line (semicolon)

Statements were reformatted to adhere to these PEP 8 style guidelines, improving code readability.

Additionally, a SyntaxError caused by an extraneous "[end of core/chdman.py]" marker line at the end of the file was resolved by removing the marker.

This commit addresses linting errors reported by ruff, primarily:
- E701: Multiple statements on one line (colon)
- E702: Multiple statements on one line (semicolon)

Statements were reformatted to adhere to these PEP 8 style guidelines, improving code readability.

Additionally, a SyntaxError caused by an extraneous "[end of core/chdman.py]" marker line at the end of the file was resolved by removing the marker.
Copy link
Copy Markdown

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

Hi @Soundchazer2k! 👋

Your private repo does not have access to Sourcery.

Please upgrade to continue using Sourcery ✨

@Soundchazer2k Soundchazer2k merged commit c469968 into dev-1.2.0 May 22, 2025
1 check failed
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