Exclude bundled mock and six from style checking
This commit is contained in:
		
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							@@ -1,13 +1,13 @@
 | 
			
		||||
# The flake8 and pep8 sections just contain configuration for corresponding tools.
 | 
			
		||||
# Checkers are not run implicitly.
 | 
			
		||||
[flake8]
 | 
			
		||||
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py
 | 
			
		||||
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py,mock.py
 | 
			
		||||
ignore = E261
 | 
			
		||||
max-line-length = 101
 | 
			
		||||
 | 
			
		||||
[pep8]
 | 
			
		||||
count = 1
 | 
			
		||||
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py
 | 
			
		||||
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py,mock.py
 | 
			
		||||
ignore = E261
 | 
			
		||||
max-line-length = 101
 | 
			
		||||
show-source = 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user