Skip to content

Commit 80442b4

Browse files
chore(deps): bump versions (#603)
[create-pull-request] automated change Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com>
1 parent 1b3f5b7 commit 80442b4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.10"
32+
rev: "v0.11.11"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/style.md

Lines changed: 4 additions & 4 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.10"
114+
rev: "v0.11.11"
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.10"
204+
rev: "v0.11.11"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -488,7 +488,7 @@ when clearly better (please always use them, they are faster) if you set
488488

489489
```yaml
490490
- repo: https://github.com/asottile/pyupgrade
491-
rev: "v3.19.1"
491+
rev: "v3.20.0"
492492
hooks:
493493
- id: pyupgrade
494494
args: ["--py39-plus"]
@@ -745,7 +745,7 @@ following pre-commit config:
745745

746746
```yaml
747747
- repo: https://github.com/pre-commit/mirrors-clang-format
748-
rev: "v20.1.4"
748+
rev: "v20.1.5"
749749
hooks:
750750
- id: clang-format
751751
types_or: [c++, c, cuda]

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

Lines changed: 2 additions & 2 deletions
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.10"
45+
rev: "v0.11.11"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -51,7 +51,7 @@ repos:
5151
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5252

5353
- repo: https://github.com/pre-commit/mirrors-clang-format
54-
rev: "v20.1.4"
54+
rev: "v20.1.5"
5555
hooks:
5656
- id: clang-format
5757
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)