Skip to content

Commit 6e039ac

Browse files
committed
Update mypy in tox.ini
1 parent bebc5f6 commit 6e039ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
2323
[testenv:mypy]
2424
skip_install = true
2525
deps =
26-
mypy==0.790
26+
mypy==0.800
2727
commands = mypy {posargs:src tests}
2828

2929
[pytest]

0 commit comments

Comments
 (0)