Skip to content

Commit a1248e6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 39.84.0 → 39.118.1](renovatebot/pre-commit-hooks@39.84.0...39.118.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.4...v0.9.2) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1) - [github.com/astral-sh/uv-pre-commit: 0.5.13 → 0.5.21](astral-sh/uv-pre-commit@0.5.13...0.5.21)
1 parent 17969d7 commit a1248e6

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: 39.84.0
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.8.4
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.14.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.5.13
38+
rev: 0.5.21
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)