Skip to content

Commit 94b88a2

Browse files
chore(deps): bump versions (#736)
* [create-pull-request] automated change * Add 'CPY' to typos extend-words configuration --------- Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
1 parent f4ca3e9 commit 94b88a2

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-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.14.11"
32+
rev: "v0.15.0"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]
@@ -60,14 +60,14 @@ repos:
6060
- types-PyYAML
6161

6262
- repo: https://github.com/rbubley/mirrors-prettier
63-
rev: "v3.7.4"
63+
rev: "v3.8.1"
6464
hooks:
6565
- id: prettier
6666
types_or: [yaml, markdown, html, css, scss, javascript, json]
6767
args: [--prose-wrap=always]
6868

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

docs/pages/guides/style.md

Lines changed: 8 additions & 8 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.11"
143+
rev: "v0.15.0"
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.12.0"
173+
rev: "26.1.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.11"
233+
rev: "v0.15.0"
234234
hooks:
235235
- id: ruff-check
236236
args: ["--fix", "--show-fixes"]
@@ -786,7 +786,7 @@ integration.
786786

787787
```yaml
788788
- repo: https://github.com/crate-ci/typos
789-
rev: "v1.42.0"
789+
rev: "v1.43.3"
790790
hooks:
791791
- id: typos
792792
args: []
@@ -895,7 +895,7 @@ number of different file types. An example of usage:
895895

896896
```yaml
897897
- repo: https://github.com/rbubley/mirrors-prettier
898-
rev: "v3.7.4"
898+
rev: "v3.8.1"
899899
hooks:
900900
- id: prettier
901901
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -929,7 +929,7 @@ can even get all [SchemaStore][]'s plugins with the
929929

930930
```yaml
931931
- repo: https://github.com/abravalheri/validate-pyproject
932-
rev: "v0.24.1"
932+
rev: "v0.25"
933933
hooks:
934934
- id: validate-pyproject
935935
additional_dependencies: ["validate-pyproject-schema-store[all]"]
@@ -943,7 +943,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
943943

944944
```yaml
945945
- repo: https://github.com/python-jsonschema/check-jsonschema
946-
rev: "0.36.0"
946+
rev: "0.36.1"
947947
hooks:
948948
- id: check-dependabot
949949
- id: check-github-workflows
@@ -1014,7 +1014,7 @@ You also might like the following hook, which cleans Jupyter outputs:
10141014

10151015
```yaml
10161016
- repo: https://github.com/kynan/nbstripout
1017-
rev: "0.8.2"
1017+
rev: "0.9.0"
10181018
hooks:
10191019
- id: nbstripout
10201020
```

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,4 @@ RTD103 = "Using Ruby instead of Python for docs"
198198
[tool.typos.default.extend-words]
199199
nd = "nd"
200200
sur = "sur"
201+
CPY = "CPY"

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

Lines changed: 4 additions & 4 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.4"
39+
rev: "v3.8.1"
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.11"
46+
rev: "v0.15.0"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix", "--show-fixes"]
@@ -99,13 +99,13 @@ repos:
9999
{%- endif %}
100100

101101
- repo: https://github.com/abravalheri/validate-pyproject
102-
rev: "v0.24.1"
102+
rev: "v0.25"
103103
hooks:
104104
- id: validate-pyproject
105105
additional_dependencies: ["validate-pyproject-schema-store[all]"]
106106

107107
- repo: https://github.com/python-jsonschema/check-jsonschema
108-
rev: "0.36.0"
108+
rev: "0.36.1"
109109
hooks:
110110
{%- if cookiecutter.__ci == "github" %}
111111
- id: check-dependabot

0 commit comments

Comments
 (0)