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

ci: pre-commit auto-update #153

Merged
merged 2 commits into from
Dec 17, 2024
Merged

ci: pre-commit auto-update #153

merged 2 commits into from
Dec 17, 2024

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Nov 25, 2024

updates:

Summary by Sourcery

CI:

  • Update the ruff-pre-commit hook from version v0.7.4 to v0.8.0 in the pre-commit configuration.

Copy link

sourcery-ai bot commented Nov 25, 2024

Reviewer's Guide by Sourcery

This PR updates the ruff pre-commit hook from version v0.7.4 to v0.8.0. The change is implemented through a simple version bump in the pre-commit configuration file.

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

File-Level Changes

Change Details Files
Update ruff pre-commit hook version
  • Bump ruff-pre-commit version from v0.7.4 to v0.8.0
.pre-commit-config.yaml

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, pre-commit-ci[bot]!). We assume it knows what it's doing!

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (da11f96) to head (3dd62ec).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          180       180           
  Branches        15        15           
=========================================
  Hits           180       180           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 366eb47 to 4aca01e Compare December 2, 2024 20:13
@jmgate jmgate force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 240ca2c to 3a0ed55 Compare December 3, 2024 21:18
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 3a0ed55 to af3c81e Compare December 9, 2024 20:00
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.3](astral-sh/ruff-pre-commit@v0.7.4...v0.8.3)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from af3c81e to 9b3c7c8 Compare December 16, 2024 20:01
Discovered by ruff:

    staged_script/__init__.py:21:11: RUF022 [*] `__all__` is not sorted
       |
    19 |   )
    20 |
    21 |   __all__ = [
       |  ___________^
    22 | |     "StagedScript",
    23 | |     "HelpFormatter",
    24 | |     "RetryStage",
    25 | |     "StageDuration",
    26 | | ]
       | |_^ RUF022
    27 |   __version__ = "2.0.0"
       |
       = help: Apply an isort-style sorting to `__all__`
@jmgate jmgate merged commit 7ac2529 into master Dec 17, 2024
12 checks passed
@jmgate jmgate deleted the pre-commit-ci-update-config branch December 17, 2024 17:53
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