mirror of
				https://github.com/StuffAnThings/qbit_manage.git
				synced 2025-11-04 12:07:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			INI
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			INI
		
	
	
		
			Executable file
		
	
	
	
	
[flake8]
 | 
						|
extend-ignore =
 | 
						|
  # E722	Do not use bare except, specify exception instead
 | 
						|
  E722,
 | 
						|
  # E402  module level import not at top of file
 | 
						|
  E402,
 | 
						|
max-line-length = 130
 |