Skip to content

Commit 38d9f6d

Browse files
committed
add more tests on mypy
1 parent 2e504dd commit 38d9f6d

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

.mypy.ini

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,38 @@ ignore_errors = True
2020

2121
[mypy-tests.*]
2222
ignore_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]
3224
ignore_errors = False
33-
[mypy-tests.test_asyncio.test_pubsub]
25+
[mypy-tests.test_asyncio.test_bloom]
3426
ignore_errors = False
3527
[mypy-tests.test_cache]
3628
ignore_errors = False
3729
[mypy-tests.test_asyncio.test_cache]
3830
ignore_errors = False
39-
[mypy-tests.test_bloom]
31+
[mypy-tests.test_commands]
4032
ignore_errors = False
41-
[mypy-tests.test_asyncio.test_bloom]
33+
[mypy-tests.test_asyncio.test_commands]
4234
ignore_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.*]
4957
ignore_errors = True

0 commit comments

Comments
 (0)