diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-10 12:55:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:55:32 +0000 |
commit | 66c4b774fdc72f2f6bef69b2ffd5632f95e27b63 (patch) | |
tree | 2953d210c9a619f2f1c12f5438553e2a20e05657 /mypy.ini | |
parent | Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298) (diff) | |
download | synapse-66c4b774fdc72f2f6bef69b2ffd5632f95e27b63.tar.xz |
Add type hints to synapse._scripts (#11297)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 2 |
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 |