Skip to content

Commit 32fd1cc

Browse files
[pre-commit.ci] pre-commit autoupdate (#34)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fdfd55f commit 32fd1cc

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-yaml
99
- id: check-toml
@@ -15,14 +15,14 @@ repos:
1515
args: ['--maxkb=1000']
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.11.13
18+
rev: v0.14.10
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
2222
- id: ruff-format
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.16.0
25+
rev: v1.19.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: [

src/callosum/lower/dispatch_redis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from typing import Any, AsyncGenerator, Mapping, Optional, Tuple, Union
55

66
import attrs
7-
import redis
87
import redis.asyncio
98

109
from ..abc import RawHeaderBody

src/callosum/lower/rpc_redis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from typing import Any, AsyncGenerator, Mapping, Optional, Tuple, Union
55

66
import attrs
7-
import redis
87
import redis.asyncio
98

109
from ..abc import RawHeaderBody

src/callosum/lower/zeromq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import attrs
1111
import zmq
1212
import zmq.asyncio
13-
import zmq.constants
1413
import zmq.utils.monitor
1514
from zmq.utils import z85
1615

0 commit comments

Comments
 (0)