11[mypy]
22python_version = 3.7
33warn_redundant_casts = True
4-
5- [mypy-karapace.*]
6- ignore_errors = True
7-
8- [mypy-karapace.avro_compatibility]
94ignore_errors = False
105disallow_untyped_defs = True
116disallow_incomplete_defs = True
@@ -16,13 +11,157 @@ warn_no_return = True
1611warn_unreachable = True
1712strict_equality = True
1813
19- [mypy-karapace.compatibility]
20- ignore_errors = False
21- disallow_untyped_defs = True
22- disallow_incomplete_defs = True
23- check_untyped_defs = True
24- no_implicit_optional = True
25- warn_unused_ignores = True
26- warn_no_return = True
27- warn_unreachable = True
28- strict_equality = True
14+ [mypy-karapace.schema_registry_apis]
15+ ignore_errors = True
16+
17+ [mypy-karapace.karapace]
18+ ignore_errors = True
19+
20+ [mypy-karapace]
21+ ignore_errors = True
22+
23+ [mypy-karapace.version]
24+ ignore_errors = True
25+
26+ [mypy-karapace.compatibility.jsonschema.checks]
27+ disallow_untyped_defs = False
28+ disallow_incomplete_defs = False
29+ warn_unused_ignores = False
30+
31+ [mypy-karapace.constants]
32+ ignore_errors = True
33+
34+ [mypy-karapace.karapace_all]
35+ ignore_errors = True
36+
37+ [mypy-karapace.protobuf.one_of_element]
38+ ignore_errors = True
39+
40+ [mypy-karapace.protobuf.syntax]
41+ ignore_errors = True
42+
43+ [mypy-karapace.protobuf.field]
44+ ignore_errors = True
45+
46+ [mypy-karapace.protobuf.kotlin_wrapper]
47+ ignore_errors = True
48+
49+ [mypy-karapace.protobuf.io]
50+ ignore_errors = True
51+
52+ [mypy-karapace.protobuf.field_element]
53+ ignore_errors = True
54+
55+ [mypy-karapace.protobuf.proto_file_element]
56+ ignore_errors = True
57+
58+ [mypy-karapace.protobuf.compare_type_storage]
59+ ignore_errors = True
60+
61+ [mypy-karapace.protobuf.type_element]
62+ ignore_errors = True
63+
64+ [mypy-karapace.protobuf.enum_element]
65+ ignore_errors = True
66+
67+ [mypy-karapace.protobuf.encoding_variants]
68+ ignore_errors = True
69+
70+ [mypy-karapace.protobuf]
71+ ignore_errors = True
72+
73+ [mypy-karapace.protobuf.schema]
74+ ignore_errors = True
75+
76+ [mypy-karapace.protobuf.extensions_element]
77+ ignore_errors = True
78+
79+ [mypy-karapace.protobuf.protobuf_to_dict]
80+ ignore_errors = True
81+
82+ [mypy-karapace.protobuf.exception]
83+ ignore_errors = True
84+
85+ [mypy-karapace.protobuf.rpc_element]
86+ ignore_errors = True
87+
88+ [mypy-karapace.protobuf.option_reader]
89+ ignore_errors = True
90+
91+ [mypy-karapace.protobuf.option_element]
92+ ignore_errors = True
93+
94+ [mypy-karapace.protobuf.enum_constant_element]
95+ ignore_errors = True
96+
97+ [mypy-karapace.protobuf.compare_result]
98+ ignore_errors = True
99+
100+ [mypy-karapace.protobuf.location]
101+ ignore_errors = True
102+
103+ [mypy-karapace.protobuf.message_element]
104+ ignore_errors = True
105+
106+ [mypy-karapace.protobuf.syntax_reader]
107+ ignore_errors = True
108+
109+ [mypy-karapace.protobuf.utils]
110+ ignore_errors = True
111+
112+ [mypy-karapace.protobuf.extend_element]
113+ ignore_errors = True
114+
115+ [mypy-karapace.protobuf.reserved_element]
116+ ignore_errors = True
117+
118+ [mypy-karapace.protobuf.proto_type]
119+ ignore_errors = True
120+
121+ [mypy-karapace.protobuf.group_element]
122+ ignore_errors = True
123+
124+ [mypy-karapace.protobuf.service_element]
125+ ignore_errors = True
126+
127+ [mypy-karapace.protobuf.proto_parser]
128+ ignore_errors = True
129+
130+ [mypy-karapace.config]
131+ ignore_errors = True
132+
133+ [mypy-karapace.schema_reader]
134+ ignore_errors = True
135+
136+ [mypy-karapace.statsd]
137+ ignore_errors = True
138+
139+ [mypy-karapace.utils]
140+ ignore_errors = True
141+
142+ [mypy-karapace.rapu]
143+ ignore_errors = True
144+
145+ [mypy-karapace.serialization]
146+ ignore_errors = True
147+
148+ [mypy-karapace.master_coordinator]
149+ ignore_errors = True
150+
151+ [mypy-karapace.kafka_rest_apis.__main__]
152+ ignore_errors = True
153+
154+ [mypy-karapace.kafka_rest_apis.consumer_manager]
155+ ignore_errors = True
156+
157+ [mypy-karapace.kafka_rest_apis]
158+ ignore_errors = True
159+
160+ [mypy-karapace.kafka_rest_apis.admin]
161+ ignore_errors = True
162+
163+ [mypy-karapace.kafka_rest_apis.error_codes]
164+ ignore_errors = True
165+
166+ [mypy-karapace.schema_backup]
167+ ignore_errors = True
0 commit comments