]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:white_check_mark: Temporal ignore mypy missing imports
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 8 Dec 2018 08:12:14 +0000 (12:12 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 8 Dec 2018 08:12:14 +0000 (12:12 +0400)
mypy.ini [new file with mode: 0644]

diff --git a/mypy.ini b/mypy.ini
new file mode 100644 (file)
index 0000000..976ba02
--- /dev/null
+++ b/mypy.ini
@@ -0,0 +1,2 @@
+[mypy]
+ignore_missing_imports = True