Enumerate Flake8 E12x ignores
Instead of ignoring all E12x errors, ignore only the failing ones, so its easy to fix each one separately. Change-Id: Id365f4d61be56b51823ead8c7c1948e034ea609b
This commit is contained in:
		
							
								
								
									
										2
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tox.ini
									
									
									
									
									
								
							@@ -40,7 +40,7 @@ commands =
 | 
			
		||||
commands = {posargs}
 | 
			
		||||
 | 
			
		||||
[flake8]
 | 
			
		||||
ignore = E12,E711,E712,H302,H303,H403,H404,F403,F811,F841
 | 
			
		||||
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E711,E712,H302,H303,H403,H404,F403,F811,F841
 | 
			
		||||
builtins = _
 | 
			
		||||
exclude =  .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,plugins,tools
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user