Explorar el Código

mypy: ignore missing imports

Fabian Peter Hammerle hace 4 años
padre
commit
991cc935f0
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  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