Skip to content

Commit 9d12783

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.3...v0.9.2)
1 parent a6a341d commit 9d12783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ repos:
3535
- id: black
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: "v1.13.0"
38+
rev: "v1.14.1"
3939
hooks:
4040
- id: mypy
4141
exclude: snaphu/io/__init__\.py$
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.8.3"
44+
rev: "v0.9.2"
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)