remove no_implicit_optional
this is the default in mypy 0.990 Committed via https://github.com/asottile/all-repos
This commit is contained in:
		
							parent
							
								
									66b28912ac
								
							
						
					
					
						commit
						b817aa457c
					
				| 
						 | 
					@ -96,7 +96,6 @@ mypy_path = src
 | 
				
			||||||
check_untyped_defs = True
 | 
					check_untyped_defs = True
 | 
				
			||||||
disallow_any_generics = True
 | 
					disallow_any_generics = True
 | 
				
			||||||
ignore_missing_imports = True
 | 
					ignore_missing_imports = True
 | 
				
			||||||
no_implicit_optional = True
 | 
					 | 
				
			||||||
show_error_codes = True
 | 
					show_error_codes = True
 | 
				
			||||||
strict_equality = True
 | 
					strict_equality = True
 | 
				
			||||||
warn_redundant_casts = True
 | 
					warn_redundant_casts = True
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue