diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-12-11 12:32:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 12:32:49 +0000 |
commit | 8a02d38ce274db40e5629c882af1fefdb8c9adc3 (patch) | |
tree | e596b61537bcf690c00720d763e6bd30e8f64f5c /tox.ini | |
parent | Override any missing default power level keys with DINUM's defaults when crea... (diff) | |
download | synapse-8a02d38ce274db40e5629c882af1fefdb8c9adc3.tar.xz |
Update mypy to 0.790 to resolve mypy CI errors (#72)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini index 0a2d14aec4..300417287a 100644 --- a/tox.ini +++ b/tox.ini @@ -159,12 +159,9 @@ commands= coverage html [testenv:mypy] -skip_install = True deps = {[base]deps} - mypy==0.782 - mypy-zope -extras = all +extras = all, mypy commands = mypy # To find all folders that pass mypy you run: |