Skip to content

Commit 94da253

Browse files
chore(deps): bump versions (#787)
[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 db46775 commit 94da253

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.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.15.12"
32+
rev: "v0.15.13"
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.20.2"
46+
rev: "v2.1.0"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests|noxfile.py)"
@@ -67,7 +67,7 @@ repos:
6767
args: [--prose-wrap=always]
6868

6969
- repo: https://github.com/crate-ci/typos
70-
rev: "v1.46.0"
70+
rev: "v1.46.2"
7171
hooks:
7272
- id: typos
7373
exclude: ^Gemfile\.lock$

docs/pages/guides/style.md

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

159159
```yaml
160160
- repo: https://github.com/astral-sh/ruff-pre-commit
161-
rev: "v0.15.12"
161+
rev: "v0.15.13"
162162
hooks:
163163
# id: ruff-check would go here if using both
164164
- id: ruff-format
@@ -188,7 +188,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
188188
189189
```yaml
190190
- repo: https://github.com/psf/black-pre-commit-mirror
191-
rev: "26.3.1"
191+
rev: "26.5.0"
192192
hooks:
193193
- id: black
194194
```
@@ -248,7 +248,7 @@ pre-commit hook.
248248
249249
```yaml
250250
- repo: https://github.com/astral-sh/ruff-pre-commit
251-
rev: "v0.15.12"
251+
rev: "v0.15.13"
252252
hooks:
253253
- id: ruff-check
254254
args: ["--fix", "--show-fixes"]
@@ -639,7 +639,7 @@ The MyPy addition for pre-commit:
639639

640640
```yaml
641641
- repo: https://github.com/pre-commit/mirrors-mypy
642-
rev: "v1.20.2"
642+
rev: "v2.1.0"
643643
hooks:
644644
- id: mypy
645645
files: src
@@ -804,7 +804,7 @@ integration.
804804

805805
```yaml
806806
- repo: https://github.com/crate-ci/typos
807-
rev: "v1.46.0"
807+
rev: "v1.46.2"
808808
hooks:
809809
- id: typos
810810
args: []
@@ -884,7 +884,7 @@ following pre-commit config:
884884

885885
```yaml
886886
- repo: https://github.com/pre-commit/mirrors-clang-format
887-
rev: "v22.1.4"
887+
rev: "v22.1.5"
888888
hooks:
889889
- id: clang-format
890890
types_or: [c++, c, cuda]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
args: [--prose-wrap=always]
4444

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

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

6060
{%- endif %}
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: "v1.20.2"
63+
rev: "v2.1.0"
6464
hooks:
6565
- id: mypy
6666
files: src|tests|noxfile.py

0 commit comments

Comments
 (0)