Skip to content

Commit 729a3b0

Browse files
committed
Bump mypy version
1 parent bd4ca50 commit 729a3b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ min_coverage: 95
1414
tox_testenv_extras: all
1515
pre_commit_exclude: "^domdf_python_tools/compat/importlib_resources.py$"
1616
docs_fail_on_warning: true
17-
mypy_version: 0.942
1817

1918
conda_channels:
2019
- conda-forge

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ignore_errors = True
118118
changedir = {toxinidir}
119119
extras = all
120120
deps =
121-
mypy==0.942
121+
mypy==0.971
122122
-r{toxinidir}/tests/requirements.txt
123123
-r{toxinidir}/stubs.txt
124124
pprint36

0 commit comments

Comments
 (0)