Skip to content

Commit 9c38df1

Browse files
[pre-commit.ci] pre-commit autoupdate (#131)
updates: - [github.com/astral-sh/uv-pre-commit: 0.11.13 → 0.11.14](astral-sh/uv-pre-commit@0.11.13...0.11.14) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.1.0](pre-commit/mirrors-mypy@v2.0.0...v2.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d29f59f commit 9c38df1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repos:
2020
- id: check-toml
2121

2222
- repo: https://github.com/astral-sh/uv-pre-commit
23-
rev: 0.11.13
23+
rev: 0.11.14
2424
hooks:
2525
- id: uv-lock
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: 'v0.15.12'
28+
rev: 'v0.15.13'
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
@@ -34,7 +34,7 @@ repos:
3434
types_or: [python, jupyter]
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v2.0.0
37+
rev: v2.1.0
3838
hooks:
3939
- id: mypy
4040
entry: python3 -m mypy --config-file pyproject.toml

0 commit comments

Comments
 (0)