Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 663bb9f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.3...v0.9.7) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/crate-ci/typos: dictgen-v0.3.1 → v1.29.9](crate-ci/typos@dictgen-v0.3.1...v1.29.9)
1 parent 6c71db7 commit 663bb9f

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
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: 'v0.9.3'
19+
rev: 'v0.9.7'
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
@@ -25,7 +25,7 @@ repos:
2525
types_or: [python, jupyter]
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.14.1
28+
rev: v1.15.0
2929
hooks:
3030
- id: mypy
3131
entry: python3 -m mypy --config-file pyproject.toml
@@ -34,7 +34,7 @@ repos:
3434
exclude: "tests"
3535

3636
- repo: https://github.com/crate-ci/typos
37-
rev: dictgen-v0.3.1
37+
rev: v1.29.9
3838
hooks:
3939
- id: typos
4040
args: []

0 commit comments

Comments
 (0)