Skip to content

Commit d6b874f

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "^({{cookiecutter\\.project_name}}|hooks/pre_gen_project.py$)"
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: "v4.5.0"
10+
rev: "v4.6.0"
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-case-conflict

docs/pages/guides/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enough for a simple testing suite, can be written as follows:
9191

9292
```yaml
9393
- name: Upload coverage report
94-
uses: codecov/codecov-action@v4.1.1
94+
uses: codecov/codecov-action@v4.2.0
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
```

docs/pages/guides/style.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ options:
3131
```yaml
3232
repos:
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: "v4.5.0"
34+
rev: "v4.6.0"
3535
hooks:
3636
- id: check-added-large-files
3737
- id: check-case-conflict
@@ -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.4"
114+
rev: "v0.3.5"
115115
hooks:
116116
# id: ruff would go here if using both
117117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.3.4"
204+
rev: "v0.3.5"
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.2"
750+
rev: "v18.1.3"
751751
hooks:
752752
- id: clang-format
753753
types_or: [c++, c, cuda]

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
--durations=20
7575
7676
- name: Upload coverage report
77-
uses: codecov/codecov-action@v4.1.1
77+
uses: codecov/codecov-action@v4.2.0
7878
with:
7979
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
additional_dependencies: [black==24.*]
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: "v4.5.0"
13+
rev: "v4.6.0"
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-case-conflict
@@ -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.4"
43+
rev: "v0.3.5"
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.2"
62+
rev: "v18.1.3"
6363
hooks:
6464
- id: clang-format
6565
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)