Преглед изворни кода

mypy: ignore missing imports

Fabian Peter Hammerle пре 4 година
родитељ
комит
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