Skip to content

Commit 71eeaf8

Browse files
committed
chore(pyproject): add redis.* to tool.mypy.overrides
1 parent dc8b7c7 commit 71eeaf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ allow_untyped_decorators = true
6565
warn_return_any = false
6666

6767
[[tool.mypy.overrides]]
68-
module = ['redis']
68+
module = [
69+
'redis',
70+
'redis.*'
71+
]
6972
ignore_missing_imports = true
7073
ignore_errors = true
7174
strict = false

0 commit comments

Comments
 (0)