Skip to content

Commit 0f1992a

Browse files
Chore: pre-commit.ci automated linting tools update (#920)
Signed-off-by: pre-commit-ci[bot] <pre-commit-ci[bot]@pre-commit.ci> Changes in this pull request are as follows: updates: - [github.com/igorshubovych/markdownlint-cli: 586c3ea3f51230da42bab657c6a32e9e66c364f0 → 192ad822316c3a22fb3d3cc8aa6eafa0b8488360](igorshubovych/markdownlint-cli@586c3ea...192ad82) - [github.com/astral-sh/ruff-pre-commit: f0fe93c067104b76ffb58852abe79673a8429bd1 → 12753357c00c3fb8615100354c9fdc6ab80b044d](astral-sh/ruff-pre-commit@f0fe93c...1275335) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aee32bc commit 0f1992a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repos:
6767
- id: trailing-whitespace
6868

6969
- repo: https://github.com/igorshubovych/markdownlint-cli
70-
rev: 586c3ea3f51230da42bab657c6a32e9e66c364f0 # frozen: v0.44.0
70+
rev: 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # frozen: v0.45.0
7171
hooks:
7272
- id: markdownlint
7373
args: ["--fix"]
@@ -107,7 +107,7 @@ repos:
107107
]
108108

109109
- repo: https://github.com/astral-sh/ruff-pre-commit
110-
rev: f0fe93c067104b76ffb58852abe79673a8429bd1 # frozen: v0.11.8
110+
rev: 12753357c00c3fb8615100354c9fdc6ab80b044d # frozen: v0.11.10
111111
hooks:
112112
- id: ruff
113113
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]

0 commit comments

Comments
 (0)