Skip to content

Commit a151ab3

Browse files
Bump version of pre-commit hooks (#67)
1 parent e3e1b3f commit a151ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.3
31+
rev: v0.14.7
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.2
43+
rev: v21.1.6
4444
hooks:
4545
- id: clang-format
4646
files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|m|proto|vert)$
@@ -59,6 +59,6 @@ repos:
5959
- id: hadolint-docker
6060

6161
- repo: https://github.com/asottile/pyupgrade
62-
rev: v3.21.0
62+
rev: v3.21.2
6363
hooks:
6464
- id: pyupgrade

0 commit comments

Comments
 (0)