diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-04 13:53:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 13:53:04 -0400 |
commit | ab9c1e8f3951dcdb9d628b7ed155de543c046c44 (patch) | |
tree | 0e8f8faecdcab239aae6feef3d37aff8581d454f /mypy.ini | |
parent | Some refactors around receipts stream (#16426) (diff) | |
download | synapse-ab9c1e8f3951dcdb9d628b7ed155de543c046c44.tar.xz |
Add type hints to synmark. (#16421)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
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 |