Skip to content

Commit 4ae0e14

Browse files
chore(deps): bump versions (#517)
* [create-pull-request] automated change * Update .pre-commit-config.yaml --------- Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent dafbd93 commit 4ae0e14

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/adamchainz/blacken-docs
26-
rev: "1.19.0"
26+
rev: "1.19.1"
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.7.0"
32+
rev: "v0.7.1"
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.12.1"
46+
rev: "v1.13.0"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests)"
@@ -52,6 +52,7 @@ repos:
5252
- click
5353
- markdown-it-py
5454
- pytest
55+
- orjson
5556
- repo-review>=0.10.6
5657
- rich
5758
- tomli>=2.0.2

docs/pages/guides/style.md

Lines changed: 6 additions & 6 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.7.0"
114+
rev: "v0.7.1"
115115
hooks:
116116
# id: ruff would go here if using both
117117
- id: ruff-format
@@ -180,7 +180,7 @@ markdown and restructured text. Note that because black is in
180180

181181
```yaml
182182
- repo: https://github.com/adamchainz/blacken-docs
183-
rev: "1.19.0"
183+
rev: "1.19.1"
184184
hooks:
185185
- id: blacken-docs
186186
additional_dependencies: [black==24.*]
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.7.0"
204+
rev: "v0.7.1"
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.18.0"
491+
rev: "v3.19.0"
492492
hooks:
493493
- id: pyupgrade
494494
args: ["--py39-plus"]
@@ -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.12.1"
536+
rev: "v1.13.0"
537537
hooks:
538538
- id: mypy
539539
files: src
@@ -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.21"
811+
rev: "v0.22"
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
@@ -6,7 +6,7 @@ exclude: ^.cruft.json|.copier-answers.yml$
66

77
repos:
88
- repo: https://github.com/adamchainz/blacken-docs
9-
rev: "1.19.0"
9+
rev: "1.19.1"
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies: [black==24.*]
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.7.0"
45+
rev: "v0.7.1"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
5959
{%- endif %}
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: "v1.12.1"
62+
rev: "v1.13.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.21"
98+
rev: "v0.22"
9999
hooks:
100100
- id: validate-pyproject
101101
additional_dependencies: ["validate-pyproject-schema-store[all]"]

0 commit comments

Comments
 (0)