Skip to content

Commit 412713a

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d93396 commit 412713a

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
gh release ${{ steps.select-verb.outputs.verb }} "${{ steps.set-tag-name.outputs.tag-name }}" \
6262
--draft \
63-
--title "Release ${{ steps.set-tag-name.outputs.tag-name }}" \
63+
--title "${{ steps.set-tag-name.outputs.tag-name }}" \
6464
--notes "$NOTES"
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config-optional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/tcort/markdown-link-check
14-
rev: v3.13.7
14+
rev: v3.14.2
1515
hooks:
1616
- id: markdown-link-check
1717
args: [--quiet, --config=.markdown-link-check.json]

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
args: [--markdown-linebreak-ext=md]
2727

2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.45.0
29+
rev: v0.46.0
3030
hooks:
3131
- id: markdownlint
3232
args: [-c, .markdownlint.yaml, --fix]
@@ -68,18 +68,19 @@ repos:
6868
args: [-w, -s, -i=4]
6969

7070
- repo: https://github.com/pycqa/isort
71-
rev: 6.1.0
71+
rev: 7.0.0
7272
hooks:
7373
- id: isort
74+
args: [--profile=black, --line-length=100]
7475

75-
- repo: https://github.com/psf/black-pre-commit-mirror
76-
rev: 25.9.0
76+
- repo: https://github.com/psf/black
77+
rev: 25.11.0
7778
hooks:
7879
- id: black
7980
args: [--line-length=100]
8081

8182
- repo: https://github.com/pre-commit/mirrors-clang-format
82-
rev: v21.1.2
83+
rev: v21.1.6
8384
hooks:
8485
- id: clang-format
8586
types_or: [c++, c, cuda]
@@ -92,7 +93,7 @@ repos:
9293
exclude: .cu
9394

9495
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.34.0
96+
rev: 0.35.0
9697
hooks:
9798
- id: check-metaschema
9899
files: ^.+/schema/.*schema\.json$

mkdocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ markdown_extensions:
9797
- name: mermaid
9898
class: mermaid
9999
format: !!python/name:pymdownx.superfences.fence_code_format
100+
- pymdownx.tasklist:
101+
custom_checkbox: true
100102
- toc:
101103
permalink: "#"
102104
toc_depth: 3

0 commit comments

Comments
 (0)