Skip to content

Commit bec16d3

Browse files
[pre-commit] Update hooks versions (#740)
🤖 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: Nesterov Alexander <nesterov.alexander@outlook.com>
1 parent 9a2cd93 commit bec16d3

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
@@ -22,14 +22,14 @@ repos:
2222

2323
# Python import sorting
2424
- repo: https://github.com/pycqa/isort
25-
rev: 7.0.0
25+
rev: 8.0.0
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.0
32+
rev: v0.15.2
3333
hooks:
3434
- id: ruff
3535
args: [--fix]
@@ -75,7 +75,7 @@ repos:
7575
args: [--config, .hadolint.yaml]
7676

7777
- repo: https://github.com/DavidAnson/markdownlint-cli2
78-
rev: v0.20.0
78+
rev: v0.21.0
7979
hooks:
8080
- id: markdownlint-cli2
8181
exclude: ^(3rdparty/|build.*/|install/)

0 commit comments

Comments
 (0)