summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-11-10 12:55:32 -0500
committerGitHub <noreply@github.com>2021-11-10 17:55:32 +0000
commit66c4b774fdc72f2f6bef69b2ffd5632f95e27b63 (patch)
tree2953d210c9a619f2f1c12f5438553e2a20e05657 /mypy.ini
parentAdd documentation page stubs for Single Sign-On, SAML and CAS pages (#11298) (diff)
downloadsynapse-66c4b774fdc72f2f6bef69b2ffd5632f95e27b63.tar.xz
Add type hints to synapse._scripts (#11297)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/mypy.ini b/mypy.ini
index 1752b82bc5..04e8eab72b 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -23,8 +23,6 @@ files =
 # https://docs.python.org/3/library/re.html#re.X
 exclude = (?x)
   ^(
-   |synapse/_scripts/register_new_matrix_user.py
-   |synapse/_scripts/review_recent_signups.py
    |synapse/app/__init__.py
    |synapse/app/_base.py
    |synapse/app/admin_cmd.py