Danila-Pechenev commited on
Commit
ea760c3
·
1 Parent(s): 7af3c8b

Add `setup.cfg`

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