dustalov commited on
Commit
c01d0d3
1 Parent(s): 3387802

Add mypy.ini

Browse files
Files changed (1) hide show
  1. mypy.ini +3 -0
mypy.ini ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [mypy]
2
+ ignore_missing_imports = True
3
+ strict = True