File tree Expand file tree Collapse file tree 1 file changed +20
-12
lines changed Expand file tree Collapse file tree 1 file changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -20,30 +20,38 @@ ignore_errors = True
2020
2121[mypy-tests.*]
2222ignore_errors = True
23- [mypy-tests.test_commands]
24- ignore_errors = False
25- [mypy-tests.test_asyncio.test_commands]
26- ignore_errors = False
27- [mypy-tests.test_pipeline]
28- ignore_errors = False
29- [mypy-tests.test_asyncio.test_pipeline]
30- ignore_errors = False
31- [mypy-tests.test_pubsub]
23+ [mypy-tests.test_bloom]
3224ignore_errors = False
33- [mypy-tests.test_asyncio.test_pubsub ]
25+ [mypy-tests.test_asyncio.test_bloom ]
3426ignore_errors = False
3527[mypy-tests.test_cache]
3628ignore_errors = False
3729[mypy-tests.test_asyncio.test_cache]
3830ignore_errors = False
39- [mypy-tests.test_bloom ]
31+ [mypy-tests.test_commands ]
4032ignore_errors = False
41- [mypy-tests.test_asyncio.test_bloom ]
33+ [mypy-tests.test_asyncio.test_commands ]
4234ignore_errors = False
4335# [mypy-tests.test_cluster]
4436# ignore_errors = False
4537# [mypy-tests.test_asyncio.test_cluster]
4638# ignore_errors = False
39+ # [mypy-tests.test_connection_pool]
40+ # ignore_errors = False
41+ # [mypy-tests.test_asyncio.test_connection_pool]
42+ # ignore_errors = False
43+ # [mypy-tests.test_connection]
44+ # ignore_errors = False
45+ # [mypy-tests.test_asyncio.test_connection]
46+ # ignore_errors = False
47+ [mypy-tests.test_pipeline]
48+ ignore_errors = False
49+ [mypy-tests.test_asyncio.test_pipeline]
50+ ignore_errors = False
51+ [mypy-tests.test_pubsub]
52+ ignore_errors = False
53+ [mypy-tests.test_asyncio.test_pubsub]
54+ ignore_errors = False
4755
4856[mypy-benchmarks.*]
4957ignore_errors = True
You can’t perform that action at this time.
0 commit comments