Skip to content

Commit 4f08848

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.5](astral-sh/ruff-pre-commit@v0.12.3...v0.12.5) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0)
1 parent b4445d9 commit 4f08848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: pyproject-fmt
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.3
20+
rev: v0.12.5
2121
hooks:
2222
- id: ruff
2323
types_or: [python, pyi, jupyter]
@@ -49,7 +49,7 @@ repos:
4949
files: '.*\.rej$'
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.16.1
52+
rev: v1.17.0
5353
hooks:
5454
- id: mypy
5555
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)