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

Bump hooks #149

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Bump hooks #149

merged 1 commit into from
Feb 16, 2024

Conversation

paddyroddy
Copy link
Owner

No description provided.

@paddyroddy paddyroddy self-assigned this Feb 16, 2024
@paddyroddy paddyroddy enabled auto-merge (squash) February 16, 2024 15:22
@paddyroddy paddyroddy merged commit cc511d5 into main Feb 16, 2024
13 checks passed
@paddyroddy paddyroddy deleted the bump-hooks branch February 16, 2024 15:24
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.

PR Type: Refactoring

PR Summary: The pull request focuses on simplifying the syntax within GitHub Actions workflow files and updating the version of a pre-commit hooks repository. It includes changes such as removing unnecessary quotes around certain YAML values and updating the revision of a repository in the pre-commit configuration. These modifications aim to enhance readability and maintain the up-to-dateness of the repository's dependencies.

Decision: Comment

📝 Type: 'Refactoring' - not supported yet.
  • Sourcery currently only approves 'Typo fix' PRs.
✅ Issue addressed: this change correctly addresses the issue or implements the desired feature.
No details provided.
✅ Small diff: the diff is small enough to approve with confidence.
No details provided.

General suggestions:

  • Ensure that the removal of quotes around YAML values does not affect the expected behavior, especially in contexts where special characters might be interpreted differently.
  • Verify that the updated version of the pre-commit hooks repository does not introduce any breaking changes or require adjustments in the hook configurations.
  • Consider providing a brief description in the PR about the testing or checks performed to ensure these changes do not introduce any regressions.

Thanks for using Sourcery. We offer it for free for open source projects and would be very grateful if you could help us grow. If you like it, would you consider sharing Sourcery on your favourite social media? ✨

Share Sourcery

Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

on:
schedule:
- cron: "0 3 1 1 *"
- cron: 0 3 1 1 *
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (llm): Removing the quotes around the cron schedule is a clean simplification. However, ensure that this does not affect the parsing of the cron syntax, especially in YAML where special characters can be interpreted differently.

on:
push:
branches:
- main
- "renovate/**"
- renovate/**
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (llm): Unquoting the branch pattern renovate/** is a neat change for consistency. Just verify that the glob pattern works as expected in all contexts it's used.

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