diff options
author | Frederick Muriuki Muriithi | 2023-03-02 12:53:41 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-03-02 12:54:32 +0300 |
commit | 8f5f0c692293b96c2ec48a810196556764101ccc (patch) | |
tree | a383c3a3f00bfb89650becaf00f21fb373dec02b /mypy.ini | |
parent | 32c144cdf41d2f109901d34930296f34fa51323e (diff) | |
download | genenetwork3-8f5f0c692293b96c2ec48a810196556764101ccc.tar.gz |
auth: user registration: Rework error checking. Add email validation
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,3 +60,6 @@ ignore_missing_imports = True [mypy-pymonad.either] ignore_missing_imports = True + +[mypy-email_validator] +ignore_missing_imports = True |