Skip to content

Commit 0430603

Browse files
committed
Bump mypy version
1 parent 9509906 commit 0430603

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

repo_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ license: 'GPLv2'
1010
short_desc: 'Convert Jupyter Notebooks to Python Scripts.'
1111
conda_description: 'Convert Jupyter Notebooks to Python Scripts'
1212

13+
python_deploy_version: 3.6
1314
enable_conda: False
15+
mypy_version: "0.812"
1416

1517
conda_channels:
1618
- conda-forge
1719

18-
python_deploy_version: 3.6
19-
2020
# Versions to run tests for
2121
python_versions:
2222
- '3.6'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ basepython = python3.6
8787
ignore_errors = True
8888
changedir = {toxinidir}
8989
deps =
90-
mypy==0.800
90+
mypy==0.812
9191
-r{toxinidir}/tests/requirements.txt
9292
commands = mypy notebook2script tests {posargs}
9393

0 commit comments

Comments
 (0)