From: Sebastián Ramírez Date: Sat, 8 Dec 2018 08:12:14 +0000 (+0400) Subject: :white_check_mark: Temporal ignore mypy missing imports X-Git-Tag: 0.1.11~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da650308c98da78dcf8af0afa1def9449a8a253d;p=thirdparty%2Ffastapi%2Ffastapi.git :white_check_mark: Temporal ignore mypy missing imports --- diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000000..976ba02946 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,2 @@ +[mypy] +ignore_missing_imports = True