diff options
author | David Robertson <davidr@element.io> | 2023-03-23 13:19:27 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-03-23 13:19:27 +0000 |
commit | 5830b7a98685f1a3fc8f534ce4f3d96b31150455 (patch) | |
tree | 9d03a06f33c1ec8896f2b11e450ba499f1c1c40b /pyproject.toml | |
parent | Add a primitive helper script for listing worker endpoints. (#15243) (diff) | |
download | synapse-5830b7a98685f1a3fc8f534ce4f3d96b31150455.tar.xz |
Try the mypy-zope branch
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index c0111dd796..17aada8dca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -350,6 +350,9 @@ towncrier = ">=18.6.0rc1" # Used for checking the Poetry lockfile tomli = ">=1.2.3" +[tool.poetry.group.dev.dependencies] +mypy-zope = {git = "https://github.com/Shoobx/mypy-zope.git", rev = "fix-unreachable"} + [build-system] # The upper bounds here are defensive, intended to prevent situations like # #13849 and #14079 where we see buildtime or runtime errors caused by build |