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

style: format code with Black and PHP CS Fixer #642

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

deepsource-autofix[bot]
Copy link
Contributor

@deepsource-autofix deepsource-autofix bot commented Nov 4, 2024

This commit fixes the style issues introduced in 09c5b71 according to the output
from Black and PHP CS Fixer.

Details: None

Summary by Sourcery

Enhancements:

  • Reformat code in Python files using Black to ensure consistent code style.

This commit fixes the style issues introduced in 09c5b71 according to the output
from Black and PHP CS Fixer.

Details: None
Copy link

sourcery-ai bot commented Nov 4, 2024

Reviewer's Guide by Sourcery

This PR applies code formatting changes using Black for Python files and PHP CS Fixer for PHP files. The changes primarily involve adjusting line breaks, indentation, and string quotes to match the style guidelines. No functional changes were made.

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

File-Level Changes

Change Details Files
Applied Black code formatter to Python code
  • Split long lines into multiple lines for better readability
  • Added consistent spacing around function definitions
  • Reformatted string literals to use double quotes
  • Improved line wrapping for long function parameters and conditions
services/mmc/plugins/pkgs/__init__.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 have skipped reviewing this pull request. It seems to have been created by a bot (hey, deepsource-autofix[bot]!). We assume it knows what it's doing!

@neoclust neoclust merged commit 8d46600 into integration Nov 13, 2024
3 of 5 checks passed
@neoclust neoclust deleted the deepsource-transform-03a809c1 branch November 13, 2024 16:47
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