1
0
Эх сурвалжийг харах

mypy: ignore missing imports

Fabian Peter Hammerle 4 жил өмнө
parent
commit
991cc935f0
2 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 1 0
      .gitignore
  2. 2 0
      mypy.ini

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 .*.swp
+.mypy_cache/
 __pycache__/

+ 2 - 0
mypy.ini

@@ -0,0 +1,2 @@
+[mypy]
+ignore_missing_imports = True