Skip to content

Commit 386c844

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0)
1 parent 3c7c1f1 commit 386c844

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
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: black
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: 'v0.14.8'
12+
rev: 'v0.14.9'
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
1818
# hooks:
1919
# - id: mypy
2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.46.0
21+
rev: v0.47.0
2222
hooks:
2323
- id: markdownlint-fix
2424
args: ["--ignore", "docs/component-library.md", "--disable", "MD013", "MD033", "--"]

0 commit comments

Comments
 (0)