@@ -136,26 +136,19 @@ exclude = [
136136[tool .mypy ]
137137files = [" sphinx" , " utils" , " tests" ]
138138exclude = [
139- " tests/certs" ,
140- " tests/js" ,
141139 " tests/roots" ,
142140 # tests/
143141 " ^tests/test_events\\ .py$" ,
144142 " ^tests/test_quickstart\\ .py$" ,
145143 " ^tests/test_search\\ .py$" ,
146- " ^tests/test_versioning\\ .py$" ,
147144 # tests/test_builders
148- " ^tests/test_builders/test_build_dirhtml\\ .py$" ,
149145 " ^tests/test_builders/test_build_epub\\ .py$" ,
150- " ^tests/test_builders/test_builder\\ .py$" ,
151146 " ^tests/test_builders/test_build_gettext\\ .py$" ,
152- " ^tests/test_builders/test_build_html\\ .py$" ,
153147 " ^tests/test_builders/test_build_latex\\ .py$" ,
154148 " ^tests/test_builders/test_build_texinfo\\ .py$" ,
155149 # tests/test_config
156150 " ^tests/test_config/test_config\\ .py$" ,
157151 # tests/test_directives
158- " ^tests/test_directives/test_directive_object_description\\ .py$" ,
159152 " ^tests/test_directives/test_directive_only\\ .py$" ,
160153 " ^tests/test_directives/test_directive_other\\ .py$" ,
161154 " ^tests/test_directives/test_directive_patch\\ .py$" ,
@@ -185,14 +178,10 @@ exclude = [
185178 " ^tests/test_extensions/test_ext_napoleon_docstring\\ .py$" ,
186179 # tests/test_intl
187180 " ^tests/test_intl/test_intl\\ .py$" ,
188- # tests/test_markup
189- " ^tests/test_markup/test_markup\\ .py$" ,
190181 # tests/test_pycode
191182 " ^tests/test_pycode/test_pycode\\ .py$" ,
192183 " ^tests/test_pycode/test_pycode_ast\\ .py$" ,
193- # tests/test_theming
194184 # tests/test_transforms
195- " ^tests/test_transforms/test_transforms_move_module_targets\\ .py$" ,
196185 " ^tests/test_transforms/test_transforms_post_transforms\\ .py$" ,
197186 # tests/test_util
198187 " ^tests/test_util/test_util_fileutil\\ .py$" ,
0 commit comments