Skip to content

Commit 7dd8b7f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent a4b9d0d commit 7dd8b7f

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
@@ -26,7 +26,7 @@ repos:
2626

2727
# autoformat and lint Python code
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.11.12
29+
rev: v0.12.2
3030
hooks:
3131
- id: ruff
3232
types_or:
@@ -43,7 +43,7 @@ repos:
4343
exclude: zmq/constants.py
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.16.0
46+
rev: v1.16.1
4747
hooks:
4848
- id: mypy
4949
files: zmq/.*

0 commit comments

Comments
 (0)