Skip to content

Commit 7247087

Browse files
committed
Bump mypy
1 parent 40c454a commit 7247087

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ short_desc: 'Display a warning at the top of module documentation that it has ad
1414
use_whey: true
1515
docs_fail_on_warning: true
1616
preserve_custom_theme: true
17-
mypy_version: 1.16
1817
python_deploy_version: 3.9
1918

2019
conda_channels:

sphinxcontrib/extras_require/sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
import sphinx.environment
5050
from docutils.parsers.rst import directives
5151
from 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]
5353
from shippinglabel import normalize_keep_dot
5454
from shippinglabel.requirements import combine_requirements, parse_pyproject_extras, read_requirements
5555
from sphinx_toolbox.utils import flag

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
path = pathlib.Path
2424
else:
2525
# 3rd party
26-
from sphinx.testing.path import path # type: ignore[misc]
26+
from sphinx.testing.path import path # type: ignore[assignment]
2727

2828
pytest_plugins = ("coincidence", "sphinx.testing.fixtures", "sphinx_toolbox.testing")
2929

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ basepython = python3.9
132132
ignore_errors = True
133133
changedir = {toxinidir}
134134
deps =
135-
mypy==1.16
135+
mypy==1.17.1
136136
-r{toxinidir}/tests/requirements.txt
137137
-r{toxinidir}/stubs.txt
138138
commands = mypy sphinxcontrib/extras_require tests {posargs}

0 commit comments

Comments
 (0)