Browse Source

mypy: ignore missing imports

Fabian Peter Hammerle 4 năm trước cách đây
mục cha
commit
991cc935f0
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  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