Skip to content

Commit cc04d07

Browse files
[MAINT]: Bump https://github.com/astral-sh/ruff-pre-commit from v0.16.5 to 0.16.6 (#186)
Bumps [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) from v0.16.5 to 0.16.6. This release includes the previously tagged commit. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff-pre-commit/releases">https://github.com/astral-sh/ruff-pre-commit's releases</a>.</em></p> <blockquote> <h2>v0.16.6</h2> <p>See: <a href="https://github.com/astral-sh/ruff/releases/tag/0.16.6">https://github.com/astral-sh/ruff/releases/tag/0.16.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff-pre-commit/commit/321478e58f4938179c6b86e4ddfa923d1547a49b"><code>321478e</code></a> Mirror: 0.16.6</li> <li>See full diff in <a href="https://github.com/astral-sh/ruff-pre-commit/compare/1f1e8bf348ff38fc88619a38d3ca4d9c56abea49...321478e58f4938179c6b86e4ddfa923d1547a49b">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4862734 commit cc04d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 1f1e8bf348ff38fc88619a38d3ca4d9c56abea49 # v0.16.5
4+
rev: 321478e58f4938179c6b86e4ddfa923d1547a49b # v0.16.6
55
hooks:
66
- id: ruff-check
77
args: [ --fix ]

0 commit comments

Comments
 (0)