Skip to content

Commit 5fc223f

Browse files
[pre-commit] Update hooks versions (#796)
🤖 This PR was created automatically by the update-pre-commit workflow. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Arseniy Obolenskiy <gooddoog@student.su>
1 parent 99f6ada commit 5fc223f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
repos:
66
# C++ formatting with clang-format
77
- repo: https://github.com/pre-commit/mirrors-clang-format
8-
rev: v21.1.8
8+
rev: v22.1.5
99
hooks:
1010
- id: clang-format
1111
files: \.(cpp|hpp|c|h)$
@@ -22,14 +22,14 @@ repos:
2222

2323
# Python import sorting
2424
- repo: https://github.com/pycqa/isort
25-
rev: 8.0.0
25+
rev: 9.0.0a3
2626
hooks:
2727
- id: isort
2828
args: [--settings-path, setup.cfg]
2929

3030
# Ruff Python linter
3131
- repo: https://github.com/charliermarsh/ruff-pre-commit
32-
rev: v0.15.2
32+
rev: v0.15.16
3333
hooks:
3434
- id: ruff
3535
args: [--fix]
@@ -85,7 +85,7 @@ repos:
8585
args: [--config, .hadolint.yaml]
8686

8787
- repo: https://github.com/DavidAnson/markdownlint-cli2
88-
rev: v0.21.0
88+
rev: v0.22.1
8989
hooks:
9090
- id: markdownlint-cli2
9191
exclude: ^(3rdparty/|build.*/|install/)

0 commit comments

Comments
 (0)