diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-04-27 07:59:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 07:59:14 -0400 |
commit | a346b43837ed83e311bc7fe6108a789f91a5199f (patch) | |
tree | 184ab5ec00643b2da233f6c54389094aa3525a05 /changelog.d | |
parent | Add a nix flake that sets up a development environment (via devenv) (#15495) (diff) | |
download | synapse-a346b43837ed83e311bc7fe6108a789f91a5199f.tar.xz |
Check databases/__init__ and main/cache with mypy. (#15496)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15496.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15496.misc b/changelog.d/15496.misc new file mode 100644 index 0000000000..93ceaeafc9 --- /dev/null +++ b/changelog.d/15496.misc @@ -0,0 +1 @@ +Improve type hints. |