Skip to content

Commit b0d8a60

Browse files
ci(pre-commit): autoupdate (#141)
* ci(pre-commit): autoupdate updates: - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.34.0](igorshubovych/markdownlint-cli@v0.33.0...v0.34.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.0 → v16.0.4](pre-commit/mirrors-clang-format@v16.0.0...v16.0.4) * ci(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2ae32b9 commit b0d8a60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
args: [--markdown-linebreak-ext=md]
2020

2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.33.0
22+
rev: v0.34.0
2323
hooks:
2424
- id: markdownlint
2525
args: [-c, .markdownlint.yaml, --fix]
2626

2727
- repo: https://github.com/pre-commit/mirrors-clang-format
28-
rev: v16.0.0
28+
rev: v16.0.4
2929
hooks:
3030
- id: clang-format
3131
types_or: [c++, c, cuda]

content/posts/565-final-project/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This is a project of a Vulkan implementation of Fast Volume Rendering with Spati
5656

5757
### Authors
5858

59-
* Zhihao Ruan (ruanzh@seas.upenn.edu), Shubham Sharma (sshubh@seas.upenn.edu), Raymond Yang (rayyang@seas.upenn.edu)
59+
* Zhihao Ruan (<ruanzh@seas.upenn.edu>), Shubham Sharma (<sshubh@seas.upenn.edu>), Raymond Yang (<rayyang@seas.upenn.edu>)
6060
* Tested on: Windows 10 Home 21H1 Build 19043.1288, Ryzen 7 3700X @ 3.59GHz 48GB, RTX 2060 Super 8GB
6161

6262
**This project requires an RTX-compatible (Vulkan Ray Tracing KHR-compatible) graphics card to run.**

0 commit comments

Comments
 (0)