Skip to content

Commit 1768b4e

Browse files
chore(deps): bump versions (#719)
[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 5934c2e commit 1768b4e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.14.7"
32+
rev: "v0.14.8"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]
@@ -60,7 +60,7 @@ repos:
6060
- types-PyYAML
6161

6262
- repo: https://github.com/rbubley/mirrors-prettier
63-
rev: "v3.7.3"
63+
rev: "v3.7.4"
6464
hooks:
6565
- id: prettier
6666
types_or: [yaml, markdown, html, css, scss, javascript, json]

docs/pages/guides/style.md

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

141141
```yaml
142142
- repo: https://github.com/astral-sh/ruff-pre-commit
143-
rev: "v0.14.7"
143+
rev: "v0.14.8"
144144
hooks:
145145
# id: ruff-check would go here if using both
146146
- id: ruff-format
@@ -170,7 +170,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
170170
171171
```yaml
172172
- repo: https://github.com/psf/black-pre-commit-mirror
173-
rev: "25.11.0"
173+
rev: "25.12.0"
174174
hooks:
175175
- id: black
176176
```
@@ -230,7 +230,7 @@ pre-commit hook.
230230
231231
```yaml
232232
- repo: https://github.com/astral-sh/ruff-pre-commit
233-
rev: "v0.14.7"
233+
rev: "v0.14.8"
234234
hooks:
235235
- id: ruff-check
236236
args: ["--fix", "--show-fixes"]
@@ -831,7 +831,7 @@ following pre-commit config:
831831

832832
```yaml
833833
- repo: https://github.com/pre-commit/mirrors-clang-format
834-
rev: "v21.1.6"
834+
rev: "v21.1.7"
835835
hooks:
836836
- id: clang-format
837837
types_or: [c++, c, cuda]
@@ -860,7 +860,7 @@ number of different file types. An example of usage:
860860

861861
```yaml
862862
- repo: https://github.com/rbubley/mirrors-prettier
863-
rev: "v3.7.3"
863+
rev: "v3.7.4"
864864
hooks:
865865
- id: prettier
866866
types_or: [yaml, markdown, html, css, scss, javascript, json]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.7.3"
39+
rev: "v3.7.4"
4040
hooks:
4141
- id: prettier
4242
types_or: [yaml, markdown, html, css, scss, javascript, json]
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.14.7"
46+
rev: "v0.14.8"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix", "--show-fixes"]
@@ -52,7 +52,7 @@ repos:
5252
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5353

5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: "v21.1.6"
55+
rev: "v21.1.7"
5656
hooks:
5757
- id: clang-format
5858
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)