Skip to content

Commit

Permalink
Bump mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 14, 2023
1 parent ab4ef7d commit 616c6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use_flit: true
min_coverage: 90
docs_fail_on_warning: true
tox_testenv_extras: all
mypy_version: "0.931"
mypy_version: "0.971"
python_deploy_version: 3.6

conda_extras:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ignore_errors = True
changedir = {toxinidir}
extras = all
deps =
mypy==0.931
mypy==0.971
-r{toxinidir}/tests/requirements.txt
-r{toxinidir}/stubs.txt
commands = mypy consolekit tests {posargs}
Expand Down

0 comments on commit 616c6cd

Please sign in to comment.