summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-01-27 08:32:12 +0000
committerGitHub <noreply@github.com>2021-01-27 08:32:12 +0000
commit389ca684d8d9b70ec049e672149b193ecfb92e6a (patch)
treec7f205eb88abb798462b92e05b583aa31639646e /tox.ini
parent6c0b109542c7db402008ce56cd73258a03cc24c5 (diff)
downloadtox-git-389ca684d8d9b70ec049e672149b193ecfb92e6a.tar.gz
Add ignore_erros and fix handling commands* (#1876)
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 288778c6..bb920f55 100644
--- a/tox.ini
+++ b/tox.ini
@@ -51,7 +51,7 @@ commands =
description = run type check on code base
setenv = {tty:MYPY_FORCE_COLOR = 1}
deps =
- mypy==0.790
+ mypy==0.800
commands =
mypy src/tox
mypy tests