macayaven commited on
Commit
2b8b84d
·
verified ·
1 Parent(s): 47be4de

Update mypy.ini

Browse files
Files changed (1) hide show
  1. mypy.ini +4 -0
mypy.ini CHANGED
@@ -18,3 +18,7 @@ disallow_any_generics = False
18
  # Don’t type-check tests strictly
19
  [mypy-tests.*]
20
  ignore_errors = True
 
 
 
 
 
18
  # Don’t type-check tests strictly
19
  [mypy-tests.*]
20
  ignore_errors = True
21
+
22
+ [mypy-gradio.*]
23
+ # Gradio's type stubs miss dynamic helper methods like `.click()`
24
+ disable_error_code = attr-defined