diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..ba70688 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,10 @@ +[mypy] + +[mypy-flask.*] +ignore_missing_imports = True + +[mypy-pytest.*] +ignore_missing_imports = True + +[mypy-hypothesis.*] +ignore_missing_imports = True
\ No newline at end of file |