Skip to content

Commit d9d50c5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.16 → 0.9.24](astral-sh/uv-pre-commit@0.9.16...0.9.24) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.8...v0.14.11) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 04253e8 commit d9d50c5

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.9.16
3+
rev: 0.9.24
44
hooks:
55
# Dependency management
66
- id: uv-lock
@@ -23,7 +23,7 @@ repos:
2323

2424
# Python Linting & Formatting with Ruff
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.14.8
26+
rev: v0.14.11
2727
hooks:
2828
- id: ruff
2929
name: ruff (linter)
@@ -33,7 +33,7 @@ repos:
3333

3434
# Type checking with MyPy
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.19.0
36+
rev: v1.19.1
3737
hooks:
3838
- id: mypy
3939
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)