Skip to content

Commit fc2c087

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 38.110.2 → 39.192.0](renovatebot/pre-commit-hooks@38.110.2...39.192.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.6.9...v0.9.10) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/astral-sh/uv-pre-commit: 0.4.18 → 0.6.5](astral-sh/uv-pre-commit@0.4.18...0.6.5)
1 parent 2128e86 commit fc2c087

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.110.2
15+
rev: 39.192.0
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.6.9
21+
rev: v0.9.10
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.11.2" # Use the sha / tag you want to point at
29+
rev: "v1.15.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.18
38+
rev: 0.6.5
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

0 commit comments

Comments
 (0)