Skip to content

Commit da6bae7

Browse files
[create-pull-request] automated change
1 parent 8493d63 commit da6bae7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.11.5"
32+
rev: "v0.11.7"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
111111

112112
```yaml
113113
- repo: https://github.com/astral-sh/ruff-pre-commit
114-
rev: "v0.11.5"
114+
rev: "v0.11.7"
115115
hooks:
116116
# id: ruff would go here if using both
117117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.11.5"
204+
rev: "v0.11.7"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]

docs/pages/guides/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ You can install `uv` with `pipx`, `brew`, etc. If you want to use uv in GitHub
320320
Actions, one way is to use this:
321321

322322
```yaml
323-
- uses: astral-sh/setup-uv@v5
323+
- uses: astral-sh/setup-uv@v6
324324
```
325325

326326
Check your jobs with `uv`; most things do not need to change. The main

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.11.5"
45+
rev: "v0.11.7"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)