Skip to content

Commit 81e94e8

Browse files
Bump version of pre-commit hooks (#110)
1 parent 67b8b9c commit 81e94e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ repos:
2828
- id: sort-simple-yaml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.15.4
31+
rev: v0.15.8
3232
hooks:
3333
- id: ruff
3434
args: ['--output-format=full', '--fix', '--config', 'pyproject.toml']
3535
- id: ruff-format
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.4.1
37+
rev: v2.4.2
3838
hooks:
3939
- id: codespell
4040
args: ['--write-changes']
4141
exclude: CHANGELOG.rst
4242
- repo: https://github.com/pre-commit/mirrors-clang-format
43-
rev: v22.1.0
43+
rev: v22.1.2
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)