summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-03-30 10:30:43 +0100
committerGitHub <noreply@github.com>2021-03-30 10:30:43 +0100
commitf380bb77d19e7dd4ee6f61cd489e240ee4aa8fc2 (patch)
tree2b0a723134b71a1d28fcc822e6c9b4b18295d00d /changelog.d
parentAdd type hints to DictionaryCache and TTLCache. (#9442) (diff)
downloadsynapse-f380bb77d19e7dd4ee6f61cd489e240ee4aa8fc2.tar.xz
Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)
For it's obvious performance benefits. `dmypy` support landed in #9692.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9701.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9701.misc b/changelog.d/9701.misc
new file mode 100644
index 0000000000..49fa7b3593
--- /dev/null
+++ b/changelog.d/9701.misc
@@ -0,0 +1 @@
+Use `dmypy run` in lint script for improved performance in type-checking while developing.
\ No newline at end of file