File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -153,19 +153,34 @@ disallow_untyped_defs = true
153153
154154[[tool .mypy .overrides ]]
155155module  = " infrahub_sdk.ctl.check" 
156- ignore_errors  = true 
156+ disable_error_code  = [
157+     " call-overload" 
158+ ]
157159
158160[[tool .mypy .overrides ]]
159161module  = " infrahub_sdk.ctl.generator" 
160- ignore_errors  = true 
162+ disable_error_code  = [
163+     " attr-defined"  ,
164+     " no-untyped-def"  ,
165+ ]
161166
162167[[tool .mypy .overrides ]]
163168module  = " infrahub_sdk.ctl.schema" 
164- ignore_errors  = true 
169+ disable_error_code  = [
170+     " arg-type"  ,
171+     " attr-defined"  ,
172+     " misc"  ,
173+     " union-attr"  ,
174+ ]
165175
166176[[tool .mypy .overrides ]]
167177module  = " infrahub_sdk.utils" 
168- ignore_errors  = true 
178+ disable_error_code  = [
179+     " arg-type"  ,
180+     " attr-defined"  ,
181+     " return-value"  ,
182+     " union-attr"  ,
183+ ]
169184
170185[tool .ruff ]
171186line-length  = 120 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments