Skip to content

chore: Bump ruff-pre-commit from v0.15.1 to 0.15.5#614

Merged
ValerianRey merged 3 commits intomainfrom
dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.5
Mar 6, 2026
Merged

chore: Bump ruff-pre-commit from v0.15.1 to 0.15.5#614
ValerianRey merged 3 commits intomainfrom
dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps https://github.com/astral-sh/ruff-pre-commit from v0.15.1 to 0.15.5.

Release notes

Sourced from https://github.com/astral-sh/ruff-pre-commit's releases.

v0.15.5

See: https://github.com/astral-sh/ruff/releases/tag/0.15.5

v0.15.4

See: https://github.com/astral-sh/ruff/releases/tag/0.15.4

v0.15.3

See: https://github.com/astral-sh/ruff/releases/tag/0.15.3

v0.15.2

See: https://github.com/astral-sh/ruff/releases/tag/0.15.2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) from v0.15.1 to 0.15.5.
- [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases)
- [Commits](astral-sh/ruff-pre-commit@v0.15.1...v0.15.5)

---
updated-dependencies:
- dependency-name: https://github.com/astral-sh/ruff-pre-commit
  dependency-version: 0.15.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Mar 6, 2026
@ValerianRey ValerianRey changed the title chore(deps): bump https://github.com/astral-sh/ruff-pre-commit from v0.15.1 to 0.15.5 bump ruff-pre-commit from v0.15.1 to 0.15.5 Mar 6, 2026
@ValerianRey ValerianRey added cc: chore Conventional commit type for changes to some configuration files of the project. and removed dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Mar 6, 2026
@github-actions github-actions bot changed the title bump ruff-pre-commit from v0.15.1 to 0.15.5 chore: Bump ruff-pre-commit from v0.15.1 to 0.15.5 Mar 6, 2026
@ValerianRey ValerianRey enabled auto-merge (squash) March 6, 2026 12:44
@ValerianRey ValerianRey added cc: chore Conventional commit type for changes to some configuration files of the project. and removed cc: chore Conventional commit type for changes to some configuration files of the project. labels Mar 6, 2026
@ValerianRey
Copy link
Contributor

/opencode:Plan what could be the reason why pre-commit.ci - pr doesn't run? It happens frequently.

@opencode-agent
Copy link
Contributor

opencode-agent bot commented Mar 6, 2026

Based on my analysis, here are the likely reasons why pre-commit.ci - pr doesn't run frequently:

Possible Causes:

  1. No pre-commit.ci configuration file - The repository doesn't have a .pre-commit-ci.yaml file that configures CI-specific settings. While pre-commit.ci can work without one, having explicit configuration helps ensure consistent behavior.

  2. Repository not enabled on pre-commit.ci - The repository owner needs to explicitly enable pre-commit.ci at https://pre-commit.ci. If it's not enabled for this specific repo, the checks won't run.

  3. Dependabot PRs limitations - Looking at the current PR, it's from dependabot. Sometimes pre-commit.ci has issues with automated PRs from bots, especially if there are permission or webhook issues.

  4. Webhook not configured or failing - pre-commit.ci requires a webhook to be set up. If the webhook delivery is failing or not configured, the CI won't trigger.

Recommendations:

  1. Check pre-commit.ci dashboard: Go to https://pre-commit.ci and verify the repository is enabled
  2. Add CI configuration: Create a .pre-commit-ci.yaml with appropriate settings (skip rules, autofix options)
  3. Check webhook status: In GitHub repo settings → Webhooks, verify the pre-commit.ci webhook is active
  4. Consider using GitHub Actions instead: Since the repo already has checks.yml with ruff checks, you could add a pre-commit action to ensure consistent runs

Would you like me to create a .pre-commit-ci.yaml configuration file to help resolve this issue?

New%20session%20-%202026-03-06T13%3A03%3A39.339Z
opencode session  |  github run

@ValerianRey ValerianRey merged commit 09d595a into main Mar 6, 2026
16 checks passed
@ValerianRey ValerianRey deleted the dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.5 branch March 6, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cc: chore Conventional commit type for changes to some configuration files of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant