diff options
Diffstat (limited to '.mypy.ini')
-rw-r--r-- | .mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ check_untyped_defs = True allow_redefinition = True exclude = fietsboek/updater/scripts/.+\.py +[mypy-brotli.*] +ignore_missing_imports = True + [mypy-pyramid.*] ignore_missing_imports = True |