We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c926f commit 49b4983Copy full SHA for 49b4983
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ ci:
15
repos:
16
# Standard hooks
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.5.0
+ rev: v4.6.0
19
hooks:
20
- id: check-added-large-files
21
- id: check-case-conflict
@@ -56,7 +56,7 @@ repos:
56
57
# Python linting using ruff
58
- repo: https://github.com/astral-sh/ruff-pre-commit
59
- rev: v0.3.4
+ rev: v0.3.5
60
61
- id: ruff
62
args: ["--fix", "--show-fixes"]
@@ -82,7 +82,7 @@ repos:
82
83
# Clang-format the C++ part of the code base automatically
84
- repo: https://github.com/pre-commit/mirrors-clang-format
85
- rev: v18.1.2
+ rev: v18.1.3
86
87
- id: clang-format
88
types_or: [c++, c, cuda]
0 commit comments