Skip to content

Conversation

@blooop
Copy link
Owner

@blooop blooop commented Jan 14, 2025

Summary by Sourcery

Format the pyproject.toml file and update dependencies in the pixi.toml file.

Build:

  • Format pyproject.toml.

Chores:

  • Update dependencies in pixi.toml file.

@sourcery-ai
Copy link

sourcery-ai bot commented Jan 14, 2025

Reviewer's Guide by Sourcery

This pull request updates the pyproject.toml file with some formatting and dependency changes.

Flow diagram of updated CI task dependencies

graph TD
    A[ci] --> B[format]
    A --> C[ruff-lint]
    A --> D[pylint]
    A --> E[coverage]
    A --> F[coverage-report]

    G[ci-push] --> H[format]
    G --> I[ruff-lint]
    G --> J[update-lock]
    G --> K[ci]
    G --> L[push]

    M[fix-commit-push] --> N[fix]
    M --> O[commit-format]
    M --> P[update-lock-push]

    N --> Q[update-lock]
    N --> R[format]
    N --> S[ruff-lint]

    P --> T[update-lock]
    P --> U[push]
Loading

File-Level Changes

Change Details Files
Applies formatting changes to the pyproject.toml file.
  • Adds trailing commas to the test dependency list.
  • Adds spaces around the equals sign in the include and environment sections.
  • Adds spaces around the equals sign and commas in the depends_on lists in the task definitions.
pyproject.toml
Updates dependencies in the pyproject.toml file.
  • Changes the ci task's dependencies to include formatting, linting, coverage generation, and reporting.
pyproject.toml

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. We don't review packaging changes - Let us know if you'd like us to change this.

@blooop blooop merged commit d6291e4 into main Jan 14, 2025
7 checks passed
@blooop blooop deleted the feature/depends_on_fix branch January 14, 2025 19:33
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.

2 participants