We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9509906 commit 0430603Copy full SHA for 0430603
repo_helper.yml
@@ -10,13 +10,13 @@ license: 'GPLv2'
10
short_desc: 'Convert Jupyter Notebooks to Python Scripts.'
11
conda_description: 'Convert Jupyter Notebooks to Python Scripts'
12
13
+python_deploy_version: 3.6
14
enable_conda: False
15
+mypy_version: "0.812"
16
17
conda_channels:
18
- conda-forge
19
-python_deploy_version: 3.6
-
20
# Versions to run tests for
21
python_versions:
22
- '3.6'
tox.ini
@@ -87,7 +87,7 @@ basepython = python3.6
87
ignore_errors = True
88
changedir = {toxinidir}
89
deps =
90
- mypy==0.800
+ mypy==0.812
91
-r{toxinidir}/tests/requirements.txt
92
commands = mypy notebook2script tests {posargs}
93
0 commit comments