Skip to content

Commit

Permalink
Update tool versions in .pre-commit-config.yaml (#5597)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Jan 14, 2025
1 parent de75ccb commit b098616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ repos:
- id: debug-statements

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.9.1
hooks:
- id: ruff
files: '(^python|^third_party/proton|^third_party/amd|^third_party/nvidia)/.*'
@@ -31,14 +31,14 @@ repos:
)
- repo: https://github.com/google/yapf
rev: "7e21823"
rev: "v0.43.0"
hooks:
- id: yapf
args: ["-p", "-i"]
exclude: "python/test/unit/language/test_line_info.py"

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.2
rev: v19.1.6
hooks:
- id: clang-format

0 comments on commit b098616

Please sign in to comment.