Skip to content

Commit 169012f

Browse files
chore(deps): bump versions (#515)
[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 3a56110 commit 169012f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.6.9"
32+
rev: "v0.7.0"
3333
hooks:
3434
- id: ruff
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.11.2"
46+
rev: "v1.12.0"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests)"

docs/pages/guides/style.md

Lines changed: 5 additions & 5 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.6.9"
114+
rev: "v0.7.0"
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.6.9"
204+
rev: "v0.7.0"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -533,7 +533,7 @@ The MyPy addition for pre-commit:
533533

534534
```yaml
535535
- repo: https://github.com/pre-commit/mirrors-mypy
536-
rev: "v1.11.2"
536+
rev: "v1.12.0"
537537
hooks:
538538
- id: mypy
539539
files: src
@@ -745,7 +745,7 @@ following pre-commit config:
745745

746746
```yaml
747747
- repo: https://github.com/pre-commit/mirrors-clang-format
748-
rev: "v19.1.1"
748+
rev: "v19.1.2"
749749
hooks:
750750
- id: clang-format
751751
types_or: [c++, c, cuda]
@@ -808,7 +808,7 @@ can even get all [SchemaStore][]'s plugins with the
808808

809809
```yaml
810810
- repo: https://github.com/abravalheri/validate-pyproject
811-
rev: "v0.20.2"
811+
rev: "v0.21"
812812
hooks:
813813
- id: validate-pyproject
814814
additional_dependencies: ["validate-pyproject-schema-store[all]"]

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

Lines changed: 4 additions & 4 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.6.9"
45+
rev: "v0.7.0"
4646
hooks:
4747
- id: ruff
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: "v19.1.1"
54+
rev: "v19.1.2"
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.11.2"
62+
rev: "v1.12.0"
6363
hooks:
6464
- id: mypy
6565
files: src|tests
@@ -95,7 +95,7 @@ repos:
9595
{%- endif %}
9696

9797
- repo: https://github.com/abravalheri/validate-pyproject
98-
rev: "v0.20.2"
98+
rev: "v0.21"
9999
hooks:
100100
- id: validate-pyproject
101101
additional_dependencies: ["validate-pyproject-schema-store[all]"]

0 commit comments

Comments
 (0)