We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf9d93 commit 1608500Copy full SHA for 1608500
1 file changed
.pre-commit-config.yaml
@@ -22,14 +22,14 @@ repos:
22
23
# Python import sorting
24
- repo: https://github.com/pycqa/isort
25
- rev: 7.0.0
+ rev: 8.0.0
26
hooks:
27
- id: isort
28
args: [--settings-path, setup.cfg]
29
30
# Ruff Python linter
31
- repo: https://github.com/charliermarsh/ruff-pre-commit
32
- rev: v0.15.0
+ rev: v0.15.2
33
34
- id: ruff
35
args: [--fix]
@@ -75,7 +75,7 @@ repos:
75
args: [--config, .hadolint.yaml]
76
77
- repo: https://github.com/DavidAnson/markdownlint-cli2
78
- rev: v0.20.0
+ rev: v0.21.0
79
80
- id: markdownlint-cli2
81
exclude: ^(3rdparty/|build.*/|install/)
0 commit comments