Skip to content

Commit f03899a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.8 → 0.9.18](astral-sh/uv-pre-commit@0.9.8...0.9.18) - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.4...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/crate-ci/typos: v1 → typos-dict-v0.13.13](crate-ci/typos@v1...typos-dict-v0.13.13)
1 parent 26eb51c commit f03899a

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
@@ -20,12 +20,12 @@ repos:
2020
- id: check-toml
2121

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

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: 'v0.14.4'
28+
rev: 'v0.14.10'
2929
hooks:
3030
- id: ruff-check
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: v1.18.2
37+
rev: v1.19.1
3838
hooks:
3939
- id: mypy
4040
entry: python3 -m mypy --config-file pyproject.toml
@@ -43,7 +43,7 @@ repos:
4343
exclude: "tests"
4444

4545
- repo: https://github.com/crate-ci/typos
46-
rev: v1
46+
rev: typos-dict-v0.13.13
4747
hooks:
4848
- id: typos
4949
args: []

0 commit comments

Comments
 (0)