mirror of
				https://github.com/pimoroni/st7735-python.git
				synced 2025-01-05 22:40:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			93 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			93 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [flake8]
 | |
| exclude =
 | |
| 	test.py
 | |
| 	.tox,
 | |
| 	.eggs,
 | |
| 	.git,
 | |
| 	__pycache__,
 | |
| 	build,
 | |
| 	dist
 | |
| ignore =
 | |
| 	E501
 | 
