Skip to content

Commit e1ec1c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.9 → 0.9.11](astral-sh/uv-pre-commit@0.9.9...0.9.11) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0)
1 parent 663a7bf commit e1ec1c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818

1919
# Deps: ensure Python uv lockfile is up to date
2020
- repo: https://github.com/astral-sh/uv-pre-commit
21-
rev: 0.9.9
21+
rev: 0.9.11
2222
hooks:
2323
- id: uv-lock
2424

@@ -34,7 +34,7 @@ repos:
3434
# Lint / autoformat: Python code
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: "v0.14.5"
37+
rev: "v0.14.6"
3838
hooks:
3939
# Run the linter
4040
- id: ruff
@@ -52,7 +52,7 @@ repos:
5252

5353
# Lint: Markdown
5454
- repo: https://github.com/igorshubovych/markdownlint-cli
55-
rev: v0.45.0
55+
rev: v0.46.0
5656
hooks:
5757
- id: markdownlint
5858
args: [--fix, --ignore, CHANGELOG.md, --ignore, LICENSE.md]

0 commit comments

Comments
 (0)