mirror of
				https://github.com/veops/cmdb.git
				synced 2025-11-04 13:46:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			206 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			206 B
		
	
	
	
		
			Python
		
	
	
	
	
	
[flake8]
 | 
						|
ignore = D401,D202,E226,E302,E41
 | 
						|
max-line-length = 120
 | 
						|
exclude = migrations/*
 | 
						|
max-complexity = 10
 | 
						|
 | 
						|
 | 
						|
[isort]
 | 
						|
line_length = 88
 | 
						|
multi_line_output = 3
 | 
						|
skip = migrations/*
 | 
						|
include_trailing_comma = true
 |