Skip to content

Commit e9a7efc

Browse files
Bump version of pre-commit hooks (#78)
1 parent 46bbac4 commit e9a7efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: sort-simple-yaml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.14.7
31+
rev: v0.14.10
3232
hooks:
3333
- id: ruff
3434
args: ['--output-format=full', '--fix', '--config', 'pyproject.toml']
@@ -40,7 +40,7 @@ repos:
4040
args: ['--write-changes']
4141
exclude: CHANGELOG.rst
4242
- repo: https://github.com/pre-commit/mirrors-clang-format
43-
rev: v21.1.6
43+
rev: v21.1.8
4444
hooks:
4545
- id: clang-format
4646
files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|m|proto|vert)$

0 commit comments

Comments
 (0)