Skip to content

Commit 160608b

Browse files
[pre-commit.ci] pre-commit autoupdate (#54)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 34c5ba3 commit 160608b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/renovatebot/pre-commit-hooks
15-
rev: 38.128.6
15+
rev: 38.133.1
1616
hooks:
1717
- id: renovate-config-validator
1818
files: ^renovate\.json$
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.7.0
21+
rev: v0.7.1
2222
hooks:
2323
- id: ruff
2424
name: "lint with ruff"
2525
- id: ruff-format
2626
name: "format with ruff"
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: "v1.12.1" # Use the sha / tag you want to point at
29+
rev: "v1.13.0" # Use the sha / tag you want to point at
3030
hooks:
3131
- id: mypy
3232
name: "run mypy"
@@ -35,7 +35,7 @@ repos:
3535

3636
- repo: https://github.com/astral-sh/uv-pre-commit
3737
# uv version.
38-
rev: 0.4.25
38+
rev: 0.4.27
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)