Browse Source

mypy: ignore missing imports

Fabian Peter Hammerle 3 years ago
parent
commit
991cc935f0
2 changed files with 3 additions and 0 deletions
  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