Skip to content

Commit 3470bae

Browse files
committed
Bump mypy
1 parent eb30285 commit 3470bae

2 files changed

Lines changed: 1 addition & 2 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: "Sphinx extension to show default values in documentation."
1414
use_whey: true
1515
min_coverage: 100
1616
preserve_custom_theme: true
17-
mypy_version: 1.16
1817

1918
conda_channels:
2019
- conda-forge

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ basepython = python3.9
134134
ignore_errors = True
135135
changedir = {toxinidir}
136136
deps =
137-
mypy==1.16
137+
mypy==1.17.1
138138
-r{toxinidir}/tests/requirements.txt
139139
-r{toxinidir}/stubs.txt
140140
commands = mypy sphinxcontrib/default_values tests {posargs}

0 commit comments

Comments
 (0)