-
- Downloads
Update mypy and mypy-zope (#13925)
* Update mypy and mypy-zope * Unignore assigning to LogRecord attributes Presumably https://github.com/python/typeshed/pull/8064 makes this ok Cherry-picked from #13521 * Remove unused ignores due to mypy ParamSpec fixes https://github.com/python/mypy/pull/12668 Cherry-picked from #13521 * Remove additional unused ignores * Fix new mypy complaints related to `assertGreater` Presumably due to https://github.com/python/typeshed/pull/8077 * Changelog * Reword changelog Co-authored-by:Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
Showing
- changelog.d/13925.misc 1 addition, 0 deletionschangelog.d/13925.misc
- poetry.lock 30 additions, 29 deletionspoetry.lock
- scripts-dev/check_pydantic_models.py 2 additions, 3 deletionsscripts-dev/check_pydantic_models.py
- synapse/app/_base.py 1 addition, 3 deletionssynapse/app/_base.py
- synapse/logging/context.py 10 additions, 10 deletionssynapse/logging/context.py
- synapse/logging/opentracing.py 2 additions, 2 deletionssynapse/logging/opentracing.py
- synapse/storage/database.py 6 additions, 16 deletionssynapse/storage/database.py
- synapse/storage/databases/main/search.py 1 addition, 1 deletionsynapse/storage/databases/main/search.py
- tests/storage/test_monthly_active_users.py 6 additions, 0 deletionstests/storage/test_monthly_active_users.py
- tests/utils.py 1 addition, 3 deletionstests/utils.py
Loading