File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ short_desc: 'Display a warning at the top of module documentation that it has ad
1414use_whey : true
1515docs_fail_on_warning : true
1616preserve_custom_theme : true
17- mypy_version : 1.16
1817python_deploy_version : 3.9
1918
2019conda_channels :
Original file line number Diff line number Diff line change 4949import sphinx .environment
5050from docutils .parsers .rst import directives
5151from domdf_python_tools .paths import PathPlus
52- from setuptools .config import read_configuration # type: ignore[import]
52+ from setuptools .config import read_configuration # type: ignore[import-untyped ]
5353from shippinglabel import normalize_keep_dot
5454from shippinglabel .requirements import combine_requirements , parse_pyproject_extras , read_requirements
5555from sphinx_toolbox .utils import flag
Original file line number Diff line number Diff line change 2323 path = pathlib .Path
2424else :
2525 # 3rd party
26- from sphinx .testing .path import path # type: ignore[misc ]
26+ from sphinx .testing .path import path # type: ignore[assignment ]
2727
2828pytest_plugins = ("coincidence" , "sphinx.testing.fixtures" , "sphinx_toolbox.testing" )
2929
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ basepython = python3.9
132132ignore_errors = True
133133changedir = {toxinidir}
134134deps =
135- mypy ==1.16
135+ mypy ==1.17.1
136136 -r{toxinidir}/tests/requirements.txt
137137 -r{toxinidir}/stubs.txt
138138commands = mypy sphinxcontrib/extras_require tests {posargs}
You can’t perform that action at this time.
0 commit comments