Skip to content

Commit b8aae86

Browse files
chore(deps): bump versions (#615)
[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 4b5d256 commit b8aae86

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.11.13"
32+
rev: "v0.12.1"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343
- id: rst-inline-touching-normal
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.16.0"
46+
rev: "v1.16.1"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests)"
@@ -59,7 +59,7 @@ repos:
5959
- types-PyYAML
6060

6161
- repo: https://github.com/rbubley/mirrors-prettier
62-
rev: "v3.5.3"
62+
rev: "v3.6.2"
6363
hooks:
6464
- id: prettier
6565
types_or: [yaml, markdown, html, css, scss, javascript, json]

docs/pages/guides/style.md

Lines changed: 7 additions & 7 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.13"
114+
rev: "v0.12.1"
115115
hooks:
116116
# id: ruff-check 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.13"
204+
rev: "v0.12.1"
205205
hooks:
206206
- id: ruff-check
207207
args: ["--fix", "--show-fixes"]
@@ -391,7 +391,7 @@ the flake8 addition for pre-commit, with the `bugbear` plugin:
391391

392392
```yaml
393393
- repo: https://github.com/pycqa/flake8
394-
rev: "7.2.0"
394+
rev: "7.3.0"
395395
hooks:
396396
- id: flake8
397397
additional_dependencies: [flake8-bugbear]
@@ -534,7 +534,7 @@ The MyPy addition for pre-commit:
534534

535535
```yaml
536536
- repo: https://github.com/pre-commit/mirrors-mypy
537-
rev: "v1.16.0"
537+
rev: "v1.16.1"
538538
hooks:
539539
- id: mypy
540540
files: src
@@ -744,7 +744,7 @@ following pre-commit config:
744744

745745
```yaml
746746
- repo: https://github.com/pre-commit/mirrors-clang-format
747-
rev: "v20.1.6"
747+
rev: "v20.1.7"
748748
hooks:
749749
- id: clang-format
750750
types_or: [c++, c, cuda]
@@ -773,7 +773,7 @@ number of different file types. An example of usage:
773773

774774
```yaml
775775
- repo: https://github.com/rbubley/mirrors-prettier
776-
rev: "v3.5.3"
776+
rev: "v3.6.2"
777777
hooks:
778778
- id: prettier
779779
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -821,7 +821,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
821821

822822
```yaml
823823
- repo: https://github.com/python-jsonschema/check-jsonschema
824-
rev: "0.33.0"
824+
rev: "0.33.1"
825825
hooks:
826826
- id: check-dependabot
827827
- id: check-github-workflows

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/rbubley/mirrors-prettier
38-
rev: "v3.5.3"
38+
rev: "v3.6.2"
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, markdown, html, css, scss, javascript, json]
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.11.13"
45+
rev: "v0.12.1"
4646
hooks:
4747
- id: ruff-check
4848
args: ["--fix", "--show-fixes"]
@@ -51,15 +51,15 @@ repos:
5151
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5252

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

5959
{%- endif %}
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: "v1.16.0"
62+
rev: "v1.16.1"
6363
hooks:
6464
- id: mypy
6565
files: src|tests
@@ -103,7 +103,7 @@ repos:
103103
additional_dependencies: ["validate-pyproject-schema-store[all]"]
104104

105105
- repo: https://github.com/python-jsonschema/check-jsonschema
106-
rev: "0.33.0"
106+
rev: "0.33.1"
107107
hooks:
108108
{%- if cookiecutter.__ci == "github" %}
109109
- id: check-dependabot

0 commit comments

Comments
 (0)