Skip to content

Commit bab6dd7

Browse files
[pre-commit.ci] pre-commit autoupdate (#6)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v20.1.3](pre-commit/mirrors-clang-format@v18.1.5...v20.1.3) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) * Add group prefix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jaewook Lee <[email protected]>
1 parent 4d16962 commit bab6dd7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build_and_upload_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77

88
concurrency:
9-
group: ${{ github.event.pull_request.number }}
9+
# prevent empty str
10+
group: GROUP-${{ github.event.pull_request.number }}
1011
cancel-in-progress: true
1112

1213
jobs:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v4.6.0"
14+
rev: "v5.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/pre-commit/mirrors-clang-format
30-
rev: v18.1.5
30+
rev: v20.1.3
3131
hooks:
3232
- id: clang-format
3333
types_or: [c, c++]
@@ -38,7 +38,7 @@ repos:
3838
- id: cmake-format
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.2.6
41+
rev: v2.4.1
4242
hooks:
4343
- id: codespell
4444
args: [-w]

0 commit comments

Comments
 (0)