Skip to content

Commit

Permalink
Bump mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 10, 2021
1 parent 9b9126c commit 43b78c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ python_versions:
- pypy36
- pypy37

mypy_version: "0.812"
use_whey: true
sphinx_html_theme: furo
standalone_contrib_guide: true
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ basepython = python3.6
ignore_errors = True
changedir = {toxinidir}
deps =
mypy==0.800
mypy==0.812
-r{toxinidir}/tests/requirements.txt
-r{toxinidir}/stubs.txt
commands = mypy sphinx_autofixture tests {posargs}
Expand Down

0 comments on commit 43b78c1

Please sign in to comment.