dustalov commited on
Commit
ec92aca
1 Parent(s): 58629f0

Add mypy.ini

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