mirror of
				https://github.com/ComputerScienceHouse/proxstar.git
				synced 2025-03-09 15:40:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			160 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			160 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[tool.black]
 | 
						|
# default is 88
 | 
						|
line-length = 100
 | 
						|
skip-string-normalization = true
 | 
						|
# default is per-file auto-detection
 | 
						|
target-version = ['py38']
 | 
						|
include = '\.py$' |