Skip to content

Commit 776dd2e

Browse files
committed
Merge branch 'ershi/update-pre-commit' into 'main'
Update pre-commit configuration to use newer versions of dependencies See merge request omniverse/warp!1893
2 parents 84a26cd + 243d089 commit 776dd2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313
repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: v0.14.6
16+
rev: v0.14.10
1717
hooks:
1818
# Run the linter.
1919
- id: ruff
@@ -22,16 +22,16 @@ repos:
2222
- id: ruff-format
2323
- repo: https://github.com/astral-sh/uv-pre-commit
2424
# uv version.
25-
rev: 0.9.11
25+
rev: 0.9.21
2626
hooks:
2727
# Update the uv lockfile
2828
- id: uv-lock
2929
- repo: https://github.com/crate-ci/typos
30-
rev: v1.39.2
30+
rev: v1.41.0
3131
hooks:
3232
- id: typos
3333
- repo: https://github.com/pre-commit/mirrors-clang-format
34-
rev: v21.1.5
34+
rev: v21.1.8
3535
hooks:
3636
- id: clang-format
3737
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)