summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-10-04 13:53:04 -0400
committerGitHub <noreply@github.com>2023-10-04 13:53:04 -0400
commitab9c1e8f3951dcdb9d628b7ed155de543c046c44 (patch)
tree0e8f8faecdcab239aae6feef3d37aff8581d454f /mypy.ini
parentSome refactors around receipts stream (#16426) (diff)
downloadsynapse-ab9c1e8f3951dcdb9d628b7ed155de543c046c44.tar.xz
Add type hints to synmark. (#16421)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 88aea301b9..fdfe9432fc 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -32,6 +32,7 @@ files =
   docker/,
   scripts-dev/,
   synapse/,
+  synmark/,
   tests/,
   build_rust.py
 
@@ -80,6 +81,9 @@ ignore_missing_imports = True
 [mypy-pympler.*]
 ignore_missing_imports = True
 
+[mypy-pyperf.*]
+ignore_missing_imports = True
+
 [mypy-rust_python_jaeger_reporter.*]
 ignore_missing_imports = True