Skip to content

Commit 5cdb2ad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 38.133.1 → 39.118.1](renovatebot/pre-commit-hooks@38.133.1...39.118.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.7.1...v0.9.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/astral-sh/uv-pre-commit: 0.4.27 → 0.5.21](astral-sh/uv-pre-commit@0.4.27...0.5.21)
1 parent 7d8bb6e commit 5cdb2ad

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.133.1
15+
rev: 39.118.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.1
21+
rev: v0.9.2
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.13.0" # Use the sha / tag you want to point at
29+
rev: "v1.14.1" # 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.27
38+
rev: 0.5.21
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)