Skip to content

Commit b8619e3

Browse files
chore(deps): bump versions (#391)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]>
1 parent 4beb985 commit b8619e3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.3.2"
32+
rev: "v0.3.3"
3333
hooks:
3434
- id: ruff
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
@@ -110,7 +110,7 @@ build_wheels:
110110
fetch-depth: 0
111111
submodules: true
112112
113-
- uses: pypa/cibuildwheel@v2.16
113+
- uses: pypa/cibuildwheel@v2.17
114114
115115
- name: Upload wheels
116116
uses: actions/upload-artifact@v4

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.3.2"
114+
rev: "v0.3.3"
115115
hooks:
116116
# id: ruff would go here if using both
117117
- id: ruff-format
@@ -141,7 +141,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
141141
142142
```yaml
143143
- repo: https://github.com/psf/black-pre-commit-mirror
144-
rev: "24.2.0"
144+
rev: "24.3.0"
145145
hooks:
146146
- id: black
147147
```
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.3.2"
204+
rev: "v0.3.3"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -747,7 +747,7 @@ following pre-commit config:
747747

748748
```yaml
749749
- repo: https://github.com/pre-commit/mirrors-clang-format
750-
rev: "v18.1.0"
750+
rev: "v18.1.1"
751751
hooks:
752752
- id: clang-format
753753
types_or: [c++, c, cuda]
@@ -764,7 +764,7 @@ If you have shell scripts, you can protect against common mistakes using
764764

765765
```yaml
766766
- repo: https://github.com/shellcheck-py/shellcheck-py
767-
rev: "v0.9.0.6"
767+
rev: "v0.10.0.1"
768768
hooks:
769769
- id: shellcheck
770770
```

{{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
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545

46-
- uses: pypa/cibuildwheel@v2.16
46+
- uses: pypa/cibuildwheel@v2.17
4747

4848
- name: Upload wheels
4949
uses: actions/upload-artifact@v4

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

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

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.3.2"
43+
rev: "v0.3.3"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
5959
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
6060

6161
- repo: https://github.com/pre-commit/mirrors-clang-format
62-
rev: "v18.1.0"
62+
rev: "v18.1.1"
6363
hooks:
6464
- id: clang-format
6565
types_or: [c++, c, cuda]
@@ -81,7 +81,7 @@ repos:
8181
- id: codespell
8282

8383
- repo: https://github.com/shellcheck-py/shellcheck-py
84-
rev: "v0.9.0.6"
84+
rev: "v0.10.0.1"
8585
hooks:
8686
- id: shellcheck
8787

0 commit comments

Comments
 (0)