Skip to content

Commit b6cc464

Browse files
[create-pull-request] automated change
1 parent 78f73a1 commit b6cc464

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.4"
32+
rev: "v0.15.5"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ build_wheels:
127127
128128
- uses: astral-sh/setup-uv@v7
129129
130-
- uses: pypa/cibuildwheel@v3.3
130+
- uses: pypa/cibuildwheel@v3.4
131131
132132
- name: Upload wheels
133133
uses: actions/upload-artifact@v7

docs/pages/guides/style.md

Lines changed: 4 additions & 4 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.15.4"
143+
rev: "v0.15.5"
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: "26.1.0"
173+
rev: "26.3.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.15.4"
233+
rev: "v0.15.5"
234234
hooks:
235235
- id: ruff-check
236236
args: ["--fix", "--show-fixes"]
@@ -755,7 +755,7 @@ If you want a Python based tool, [codespell] is the classic tool used.
755755

756756
```yaml
757757
- repo: https://github.com/codespell-project/codespell
758-
rev: "v2.4.1"
758+
rev: "v2.4.2"
759759
hooks:
760760
- id: codespell
761761
additional_dependencies:

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- uses: astral-sh/setup-uv@v7
5858

59-
- uses: pypa/cibuildwheel@v3.3
59+
- uses: pypa/cibuildwheel@v3.4
6060

6161
- name: Upload wheels
6262
uses: actions/upload-artifact@v7

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

Lines changed: 2 additions & 2 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.4"
46+
rev: "v0.15.5"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix", "--show-fixes"]
@@ -70,7 +70,7 @@ repos:
7070
- pytest
7171

7272
- repo: https://github.com/codespell-project/codespell
73-
rev: "v2.4.1"
73+
rev: "v2.4.2"
7474
hooks:
7575
- id: codespell
7676
additional_dependencies:

0 commit comments

Comments
 (0)